2
3
ljm 6 سال پیش
والد
کامیت
3bd1534cd3

+ 1 - 1
src/dashoo.cn/backend/api/controllers/casbin/organize.go

@@ -394,7 +394,7 @@ func (this *OrganizesController) ListByDeptId() {
 	//		ids = svc.GetAllChildById(companyids[len(companyids)-1])
 	//	}
 	//}
-	where := " Id in ( " + ids + " )'"
+	where := " Id in ( " + ids + " ) "
 
 	list := make([]organize.Base_Organize, 0)
 	svc.GetEntities(&list, where)

+ 7 - 1
src/dashoo.cn/frontend_web/src/pages/system/auditsetting/_opera/operation.vue

@@ -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