|
@@ -196,6 +196,7 @@ export default {
|
|
|
method: "POST",
|
|
|
baseURL: "http://192.168.1.18:9002/",
|
|
|
subUrl: "scatter/list",
|
|
|
+ showLoading: true,
|
|
|
data: {
|
|
|
station: that.station,
|
|
|
wtId: that.wtId,
|
|
@@ -314,9 +315,7 @@ export default {
|
|
|
category: "1",
|
|
|
});
|
|
|
});
|
|
|
-
|
|
|
this.BASE.showLoading();
|
|
|
-
|
|
|
axios({
|
|
|
method: "post",
|
|
|
url: "http://192.168.1.18:9002/case/fault/insert",
|
|
@@ -331,7 +330,7 @@ export default {
|
|
|
type: "success",
|
|
|
msg: "保存成功",
|
|
|
});
|
|
|
- that.closeLoading();
|
|
|
+ that.BASE.closeLoading();
|
|
|
}
|
|
|
});
|
|
|
},
|