浏览代码

添加湾办id

gks 1 年之前
父节点
当前提交
4be67944fb
共有 1 个文件被更改,包括 2 次插入0 次删除
  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;