浏览代码

字段名称修改

seimin 3 年之前
父节点
当前提交
d4da4fc00b
共有 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 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;