[update] 修改企标制修订

This commit is contained in:
lideqin
2023-12-26 16:55:15 +08:00
parent 33641cc9c5
commit 857977050d
@@ -664,7 +664,7 @@ export default {
this.approvalInfoForm.setFieldsValue({ commitText: '同意' })
}
this.approvalInfoForm.validateFields(async (err, values) => {
if (this.currentNode === 4) {
if (this.currentNode === 4 || this.currentNode === 10) {
const data = await this.$refs.baseInfoRef.getDataValidate()
if (!err && data) {
this.loading = true