Browse Source

投诉主部门

cyy 1 year ago
parent
commit
03bb59a2d0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/platform/bpmn/complaint/complaint.vue

+ 2 - 2
src/views/platform/bpmn/complaint/complaint.vue

@@ -634,8 +634,8 @@ export default {
       this.form.bianZhiRen = useId
       this.form.bianZhiRen = useId
       this.form.bianZhiShiJian = this.$methCommon.time(16)
       this.form.bianZhiShiJian = this.$methCommon.time(16)
       this.form.shiFouGuoShen = '已登记'
       this.form.shiFouGuoShen = '已登记'
-      // this.form.bianZhiBuMen = this.mainPosition.id || this.orgId
-      this.form.bianZhiBuMen = this.orgId
+      this.form.bianZhiBuMen = this.mainPosition.id || this.orgId
+      // this.form.bianZhiBuMen = this.orgId
       this.form.diDian = this.level.second
       this.form.diDian = this.level.second
       para.parameters[2].value = JSON.stringify(this.form)
       para.parameters[2].value = JSON.stringify(this.form)
       findFormJsonByBo(para)
       findFormJsonByBo(para)