瀏覽代碼

Merge branch 'lmm' into develop

seimin 3 年之前
父節點
當前提交
29aabb08c4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;