[update] 修改企标流程

This commit is contained in:
lideqin
2023-11-22 18:19:06 +08:00
parent 16678e037d
commit df07366bd1
5 changed files with 77 additions and 17 deletions
@@ -182,8 +182,8 @@ export default {
},
// 设置表单值,根据id
setFormById (recheckPlanId) {
this.loadind = true
getEnterpriseRecheckPlanById({ id: recheckPlanId }).then(res => {
this.loading = true
getEnterpriseRecheckPlanById(recheckPlanId).then(res => {
if (res.success) {
const result = res.result
// 企标编号
@@ -204,8 +204,8 @@ export default {
}
}).finally(() => {
this.loading = false
this.$emit('processNameChange', (this.formInline.standardNumber || '') + '-' + (this.formInline.standardName || '') + '-' + '复审')
})
this.$emit('processNameChange', (this.formInline.standardNumber || '') + '-' + (this.formInline.standardName || '') + '-' + '复审')
},
// 选完企标编号了,需要回显内容,返回流程名称
listChange (value) {