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