This commit is contained in:
2026-02-27 15:39:36 +08:00
parent b144f5b949
commit 879d4431af

View File

@@ -211,6 +211,15 @@
this.val1 = res.data.tp_code
}
},
clearUp () {
this.index = ''
this.index2 = ''
this.val1 = ''
this.dataList = []
this.pkId = ''
this.pkObj = {}
this.disabled = false
},
async _jbReturnMaterial () {
this.disabled = true
if (!this.index || !this.index2 || !this.val1 || !this.pkId) {