Procházet zdrojové kódy

字段名称修改

seimin před 3 roky
rodič
revize
d4da4fc00b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;