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