shish 4 лет назад
Родитель
Сommit
f0e45d3233
1 измененных файлов с 2 добавлено и 2 удалено
  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
 				return
 			}
-
 			print({id:itemId,num:currentNum}).then(res=>{
 				if(res.code == 1){
-					that.$msg(res.msg)
+					that.printLabelShow = false
+					uni.showToast({ title: '操作成功', duration: 1500 })
 				} else if(res.code == 0){
 					that.printLabelShow = false
 					that.printFocus = false