Browse Source

字段名称修改

seimin 3 years ago
parent
commit
d4da4fc00b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/views/fuwutai/fuwutai.component.ts

+ 1 - 1
src/app/views/fuwutai/fuwutai.component.ts

@@ -861,7 +861,7 @@ export class FuwutaiComponent implements OnInit {
861
     postData.workOrder["keyWord"] = keyWords;
861
     postData.workOrder["keyWord"] = keyWords;
862
     if (stateId == 1) {
862
     if (stateId == 1) {
863
       if (this.unassignedBuilding.length) {
863
       if (this.unassignedBuilding.length) {
864
-        postData.workOrder["buildingIds"] = this.unassignedBuilding.toString();
864
+        postData.workOrder["deptIds"] = this.unassignedBuilding.toString();
865
       }
865
       }
866
       that.loading1 = true;
866
       that.loading1 = true;
867
       that.loading2 = that.loading3 = false;
867
       that.loading2 = that.loading3 = false;