[update] 修改企标立项流程合并的时候提交企标编号重复一直转bug
This commit is contained in:
@@ -981,7 +981,11 @@ export default {
|
||||
if ([ProjectType.ENACT.value, ProjectType.MODIFY.value, ProjectType.MERGE.value].includes(this.formInline.projectType)) {
|
||||
// 是制定修订或者合并,重新获取企标编号
|
||||
this.loading = true
|
||||
await this.$refs.approvalBaseInfo.getEnStandardNo()
|
||||
if (this.$refs.approvalBaseInfo) {
|
||||
await this.$refs.approvalBaseInfo.getEnStandardNo()
|
||||
} else if (this.$refs.changeBaseInfo) {
|
||||
await this.$refs.changeBaseInfo.getEnStandardNo()
|
||||
}
|
||||
setTimeout(() => {
|
||||
this.loading = false
|
||||
// 提示顺序号已重新生成
|
||||
|
||||
Reference in New Issue
Block a user