Commit e5cdb964 authored by 陈珊's avatar 陈珊

1

parent 1349d9d4
...@@ -385,6 +385,9 @@ new Vue({ ...@@ -385,6 +385,9 @@ new Vue({
console.log("发生错误:" + jqXHR.status); console.log("发生错误:" + jqXHR.status);
} }
}) })
setTimeout(() => {
loading.close();
}, 10000);
}, },
jcsbpopup(id){ jcsbpopup(id){
let _this = this; let _this = this;
...@@ -441,6 +444,9 @@ new Vue({ ...@@ -441,6 +444,9 @@ new Vue({
console.log("发生错误:" + jqXHR.status); console.log("发生错误:" + jqXHR.status);
} }
}) })
setTimeout(() => {
loading.close();
}, 10000);
}, },
jcrypopup(id){ jcrypopup(id){
let _this = this; let _this = this;
...@@ -496,6 +502,9 @@ new Vue({ ...@@ -496,6 +502,9 @@ 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;
...@@ -557,6 +566,9 @@ new Vue({ ...@@ -557,6 +566,9 @@ 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