|
@@ -1056,7 +1056,7 @@ export class HushijiandanComponent implements OnInit {
|
1056
|
1056
|
}
|
1057
|
1057
|
});
|
1058
|
1058
|
}
|
1059
|
|
-
|
|
1059
|
+
|
1060
|
1060
|
changeCommonInp(e) {
|
1061
|
1061
|
return
|
1062
|
1062
|
this.changeCommonInpSubject.next(e);
|
|
@@ -1098,7 +1098,7 @@ export class HushijiandanComponent implements OnInit {
|
1098
|
1098
|
}
|
1099
|
1099
|
});
|
1100
|
1100
|
}
|
1101
|
|
-
|
|
1101
|
+
|
1102
|
1102
|
changeAsset(e){
|
1103
|
1103
|
this.changeAssetInpSubject.next(e);
|
1104
|
1104
|
}
|
|
@@ -1107,7 +1107,7 @@ export class HushijiandanComponent implements OnInit {
|
1107
|
1107
|
this.validateBxForm.controls.category.setValue(null)
|
1108
|
1108
|
this.searchApplicationCategory();
|
1109
|
1109
|
}
|
1110
|
|
-
|
|
1110
|
+
|
1111
|
1111
|
// 获取资产列表
|
1112
|
1112
|
assetData:any = [];
|
1113
|
1113
|
getAssetData(name?){
|
|
@@ -1119,7 +1119,7 @@ export class HushijiandanComponent implements OnInit {
|
1119
|
1119
|
name: name
|
1120
|
1120
|
},
|
1121
|
1121
|
};
|
1122
|
|
-
|
|
1122
|
+
|
1123
|
1123
|
this.mainService
|
1124
|
1124
|
.getFetchDataList("simple/data", "asset", data)
|
1125
|
1125
|
.subscribe((data) => {
|
|
@@ -1128,7 +1128,7 @@ export class HushijiandanComponent implements OnInit {
|
1128
|
1128
|
}
|
1129
|
1129
|
});
|
1130
|
1130
|
}
|
1131
|
|
-
|
|
1131
|
+
|
1132
|
1132
|
//获取综合日志
|
1133
|
1133
|
rLoading = false;
|
1134
|
1134
|
listDeptOrderRecords: any = [];
|
|
@@ -4832,7 +4832,7 @@ export class HushijiandanComponent implements OnInit {
|
4832
|
4832
|
confirmDelInspect() {
|
4833
|
4833
|
this.btnLoading4 = true;
|
4834
|
4834
|
this.mainService
|
4835
|
|
- .simplePost("rmvData", "inspect", [this.delInspectId])
|
|
4835
|
+ .coopData("rmvData", "inspect", [this.delInspectId])
|
4836
|
4836
|
.subscribe((data) => {
|
4837
|
4837
|
this.delInspectModal = false;
|
4838
|
4838
|
this.btnLoading4 = false;
|