[update] 修改企标流程
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user