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

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

View File

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

View File

@ -108,7 +108,7 @@ export default {
/**
* 审批接口
* @param flag"02:审批通过""05:驳回"
* @param flag"01:审批通过""02:驳回"
*/
handleAudit(flag){
this.formData['status'] = flag