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