Commit fc9120c9 authored by 陈珊's avatar 陈珊

1

parent e5cdb964
...@@ -346,6 +346,9 @@ new Vue({ ...@@ -346,6 +346,9 @@ new Vue({
spinner: 'el-icon-loading', spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)' background: 'rgba(0, 0, 0, 0.7)'
}); });
setTimeout(() => {
loading.close();
}, 10000);
let data = { let data = {
station_id: _this.info.station_id, station_id: _this.info.station_id,
data: { data: {
...@@ -385,9 +388,6 @@ new Vue({ ...@@ -385,9 +388,6 @@ new Vue({
console.log("发生错误:" + jqXHR.status); console.log("发生错误:" + jqXHR.status);
} }
}) })
setTimeout(() => {
loading.close();
}, 10000);
}, },
jcsbpopup(id){ jcsbpopup(id){
let _this = this; let _this = this;
...@@ -404,6 +404,9 @@ new Vue({ ...@@ -404,6 +404,9 @@ new Vue({
spinner: 'el-icon-loading', spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)' background: 'rgba(0, 0, 0, 0.7)'
}); });
setTimeout(() => {
loading.close();
}, 10000);
let data = { let data = {
station_id: _this.info.station_id, station_id: _this.info.station_id,
data: { data: {
...@@ -444,9 +447,6 @@ new Vue({ ...@@ -444,9 +447,6 @@ new Vue({
console.log("发生错误:" + jqXHR.status); console.log("发生错误:" + jqXHR.status);
} }
}) })
setTimeout(() => {
loading.close();
}, 10000);
}, },
jcrypopup(id){ jcrypopup(id){
let _this = this; let _this = this;
...@@ -463,6 +463,9 @@ new Vue({ ...@@ -463,6 +463,9 @@ new Vue({
spinner: 'el-icon-loading', spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)' background: 'rgba(0, 0, 0, 0.7)'
}); });
setTimeout(() => {
loading.close();
}, 10000);
let data = { let data = {
station_id: _this.info.station_id, station_id: _this.info.station_id,
data: { data: {
...@@ -502,9 +505,6 @@ new Vue({ ...@@ -502,9 +505,6 @@ new Vue({
console.log("发生错误:" + jqXHR.status); console.log("发生错误:" + jqXHR.status);
} }
}) })
setTimeout(() => {
loading.close();
}, 10000);
}, },
ycxxpopup(customer_id, project_id, jc_kind){ ycxxpopup(customer_id, project_id, jc_kind){
let _this = this; let _this = this;
...@@ -524,6 +524,9 @@ new Vue({ ...@@ -524,6 +524,9 @@ new Vue({
spinner: 'el-icon-loading', spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)' background: 'rgba(0, 0, 0, 0.7)'
}); });
setTimeout(() => {
loading.close();
}, 10000);
let data = { let data = {
station_id: _this.info.station_id, station_id: _this.info.station_id,
data: { data: {
...@@ -566,9 +569,6 @@ new Vue({ ...@@ -566,9 +569,6 @@ new Vue({
console.log("发生错误:" + jqXHR.status); console.log("发生错误:" + jqXHR.status);
} }
}) })
setTimeout(() => {
loading.close();
}, 10000);
}, },
toPage(url){ toPage(url){
window.open(url); window.open(url);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment