经营主体审核修复
This commit is contained in:
@@ -27,7 +27,7 @@ export default {
|
|||||||
return {}
|
return {}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.dict.load("enterpriseType","enterpriseStatus")
|
this.dict.load("enterpriseType", "enterpriseStatus", "enterpriseAuditStatus")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
<ai-dialog :visible.sync="dialog" title="审批" @closed="form={}" @onConfirm="submitAudit" width="560px">
|
<ai-dialog :visible.sync="dialog" title="审批" @closed="form={}" @onConfirm="submitAudit" width="560px">
|
||||||
<el-form :model="form" :rules="rules" ref="AuditForm" size="small" label-width="120px">
|
<el-form :model="form" :rules="rules" ref="AuditForm" size="small" label-width="120px">
|
||||||
<el-form-item label="审批结果" prop="auditStatus">
|
<el-form-item label="审批结果" prop="auditStatus">
|
||||||
<ai-select v-model="form.auditStatus" :selectList="dict.getDict('auditStatus')"/>
|
<ai-select v-model="form.auditStatus" :selectList="dict.getDict('enterpriseAuditStatus')"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="审批意见" prop="auditDescription">
|
<el-form-item label="审批意见" prop="auditDescription">
|
||||||
<el-input type="textarea" v-model="form.auditDescription" placeholder="请输入"/>
|
<el-input type="textarea" v-model="form.auditDescription" placeholder="请输入"/>
|
||||||
@@ -111,7 +111,6 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.dict.load("auditStatus")
|
|
||||||
this.getDetail()
|
this.getDetail()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user