shish 3 anni fa
parent
commit
7e06ba4ef1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      ghsApp/src/admin/item/detail.vue

+ 1 - 1
ghsApp/src/admin/item/detail.vue

@@ -416,7 +416,7 @@ export default {
     goStockDetail(item){
     goStockDetail(item){
 				this.$util.pageTo({url: "/pagesStorehouse/stockWarn/detailed?id="+item.id+'&name='+item.name})
 				this.$util.pageTo({url: "/pagesStorehouse/stockWarn/detailed?id="+item.id+'&name='+item.name})
 		},
 		},
-    virtualStockChange(){
+    virtualStockChange(e){
       this.form.virtualStock = e.detail.value ? 1 : 0;
       this.form.virtualStock = e.detail.value ? 1 : 0;
     },
     },
     frontHideChange(e){
     frontHideChange(e){