Explorar el Código

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	node_modules/.vite/deps/chunk-RHRZTD75.js
#	node_modules/.vite/deps/chunk-RHRZTD75.js.map
#	src/views/orders/components/ProductList.vue
lkg hace 9 meses
padre
commit
fb9bfe8357
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/orders/components/ProductList.vue

+ 1 - 1
src/views/orders/components/ProductList.vue

@@ -201,7 +201,7 @@ function addToCart(item) {
   addToCartData.value.price_selling =irem_price_selling.value
   addToCartData.value.priceCount =irem_price_selling.value
   emit('addToCart', addToCartData.value);
-  dialogVisible.value = false
+  dialogVisible = false
 }
 // 定义 computed 属性
 const selectSuitDisplay = computed(() => {