shish vor 4 Jahren
Ursprung
Commit
f0e45d3233
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      ghsApp/src/admin/item/list.vue

+ 2 - 2
ghsApp/src/admin/item/list.vue

@@ -170,10 +170,10 @@ export default {
 				that.printFocus = false
 				that.printFocus = false
 				return
 				return
 			}
 			}
-
 			print({id:itemId,num:currentNum}).then(res=>{
 			print({id:itemId,num:currentNum}).then(res=>{
 				if(res.code == 1){
 				if(res.code == 1){
-					that.$msg(res.msg)
+					that.printLabelShow = false
+					uni.showToast({ title: '操作成功', duration: 1500 })
 				} else if(res.code == 0){
 				} else if(res.code == 0){
 					that.printLabelShow = false
 					that.printLabelShow = false
 					that.printFocus = false
 					that.printFocus = false