扫多段码问题

20240912_adapter
yewj 6 months ago
parent 368639d785
commit 85451c0132

@ -871,7 +871,6 @@ export default {
this.printCodeResult(response.data, response.message)
this.filterQuery.code = response.data.code;
this.originCode = response.data.code;
this.scanCode = ""
} else if (response.code == 501) {
this.checkSuccess = false;
this.$message.error(response.message);

@ -1764,7 +1764,6 @@ export default {
if (response.code == 502) {
this.checkSuccess = false;
this.isSuccess = false;
this.scanCode = ""
this.printCodeResult(response.data)
this.codeFormData.code = response.data.code;
this.originCode = this.codeFormData.code;

Loading…
Cancel
Save