This commit is contained in:
2025-06-12 13:09:12 +08:00
parent 7769af8522
commit facb9e5928
31 changed files with 63 additions and 1 deletions

View File

@@ -75,7 +75,6 @@
title: '',
val1: '',
dataList: [],
disabled1: false,
disabled2: false
};
},
@@ -116,6 +115,7 @@
let res = await customerPrint(this.val1, this.$store.getters.setPrintName)
this.disabled2 = false
this.val1 = ''
this.dataList = []
uni.showToast({
title: res.message,
icon: 'none'