关于配件申请单状态的修改

This commit is contained in:
xiaofajia 2024-11-22 11:00:40 +08:00
parent c74c4e092d
commit 5b69595111
2 changed files with 3 additions and 3 deletions

View File

@ -373,7 +373,7 @@ export default {
let dataObj = {
id: this.id,
type: "01",
status: "yes" == type ? "01" : "02"
status: "yes" == type ? "1" : "0"
}
try {
if (this.selectWares && this.selectWares.length > 0) {

View File

@ -100,10 +100,10 @@ export default {
},
open() {},
noFun() {
this.handleAudit('05')
this.handleAudit('02')
},
yesFun() {
this.handleAudit('02')
this.handleAudit('01')
},
/**