flat:1223

This commit is contained in:
Apcallover
2024-03-13 11:24:36 +08:00
parent 70035db613
commit 620f3b040b
7 changed files with 11 additions and 12 deletions

View File

@@ -511,13 +511,13 @@ export default {
}
self.handelFetchAuditing(idList, 9, instance.inputValue, "成功驳回, 操作成功!").then(() => done())
} else if(action === 'confirm') {
self.handelFetchAuditing(idList, 0, instance.inputValue).then(() => done())
self.handelFetchAuditing(idList, 1, instance.inputValue).then(() => done())
} else {
done()
}
}
}
)
)git
}
},
handelFetchAuditing(idList, reviewState, msg, message) {