|
|
@@ -2,7 +2,7 @@
|
|
|
<div>
|
|
|
<el-breadcrumb class="heading">
|
|
|
<el-breadcrumb-item :to="{ path: '/' }">平台首页</el-breadcrumb-item>
|
|
|
- <el-breadcrumb-item :to="{ path: '/system/auditsetting1' }">单位审批步骤自定义配置</el-breadcrumb-item>
|
|
|
+ <el-breadcrumb-item :to="{ path: '/system/auditsetting' }">单位审批步骤自定义配置</el-breadcrumb-item>
|
|
|
<el-breadcrumb-item>编辑</el-breadcrumb-item>
|
|
|
</el-breadcrumb>
|
|
|
<el-card class="box-card">
|
|
|
@@ -372,6 +372,9 @@
|
|
|
} else if (this.step == 7) {
|
|
|
this.formData.AuditStepCode = 'SUB_OFFICE'
|
|
|
this.formData.AuditStepName = '二级单位分办'
|
|
|
+ } else if (this.step == 8) {
|
|
|
+ this.formData.AuditStepCode = 'COMPONY_AUDIT'
|
|
|
+ this.formData.AuditStepName = '注册公司审核'
|
|
|
}
|
|
|
// this.formData.WorkFlowName = this.$refs.selectWorkFlow.selectedLabel + ''
|
|
|
if (!this.userselectOptions || this.userselectOptions.length <= 0) {
|
|
|
@@ -428,6 +431,9 @@
|
|
|
// }
|
|
|
|
|
|
api.addEntity(this.formData, this.auditers, this.$axios).then(res => {
|
|
|
+
|
|
|
+ console.log("***addEntity--this.formData**", this.formData)
|
|
|
+
|
|
|
if (res.data.code === 0) {
|
|
|
// 保存成功后,初始化数据,变成修改
|
|
|
this.formData.Id = res.data.item
|