Commit fc9120c9 authored by 陈珊's avatar 陈珊

1

parent e5cdb964
......@@ -346,6 +346,9 @@ new Vue({
spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)'
});
setTimeout(() => {
loading.close();
}, 10000);
let data = {
station_id: _this.info.station_id,
data: {
......@@ -385,9 +388,6 @@ new Vue({
console.log("发生错误:" + jqXHR.status);
}
})
setTimeout(() => {
loading.close();
}, 10000);
},
jcsbpopup(id){
let _this = this;
......@@ -404,6 +404,9 @@ new Vue({
spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)'
});
setTimeout(() => {
loading.close();
}, 10000);
let data = {
station_id: _this.info.station_id,
data: {
......@@ -444,9 +447,6 @@ new Vue({
console.log("发生错误:" + jqXHR.status);
}
})
setTimeout(() => {
loading.close();
}, 10000);
},
jcrypopup(id){
let _this = this;
......@@ -463,6 +463,9 @@ new Vue({
spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)'
});
setTimeout(() => {
loading.close();
}, 10000);
let data = {
station_id: _this.info.station_id,
data: {
......@@ -502,9 +505,6 @@ new Vue({
console.log("发生错误:" + jqXHR.status);
}
})
setTimeout(() => {
loading.close();
}, 10000);
},
ycxxpopup(customer_id, project_id, jc_kind){
let _this = this;
......@@ -524,6 +524,9 @@ new Vue({
spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)'
});
setTimeout(() => {
loading.close();
}, 10000);
let data = {
station_id: _this.info.station_id,
data: {
......@@ -566,9 +569,6 @@ new Vue({
console.log("发生错误:" + jqXHR.status);
}
})
setTimeout(() => {
loading.close();
}, 10000);
},
toPage(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