shish 2 years ago
parent
commit
4395bf9648
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ghsApp/src/admin/item/detail.vue

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

@@ -327,7 +327,7 @@ export default {
       that.$util.confirmModal({content:'了解修改后的影响,确认要修改?'},() => {
         this.onStockShow = true
         this.newOnStock = item.onStock
-      }
+      })
     },
     onStockConfirm(val){
 			let that=this;