Browse Source

添加湾办id

gks 1 year ago
parent
commit
4be67944fb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/JOINTCONFERENCE/add.vue

+ 2 - 0
src/views/JOINTCONFERENCE/add.vue

@@ -288,6 +288,8 @@ export default {
           } else {
             cooperativeUnitId = [this.form.cooperativeUnitId];
           }
+          if(this.user.type ==1 && this.user.deptId == 100) cooperativeUnitId.push(100);
+          console.log(cooperativeUnitId);
 
           if (this.form.id != null) {
             this.form.deptNum = 1;