From 1163a286a02c9db55594857158298da42293d964 Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Tue, 18 Jan 2022 18:03:15 +0800 Subject: [PATCH] init --- src/views/Scheduling/index.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/views/Scheduling/index.vue b/src/views/Scheduling/index.vue index d26e02f..e22dfbf 100644 --- a/src/views/Scheduling/index.vue +++ b/src/views/Scheduling/index.vue @@ -165,7 +165,7 @@
@@ -313,6 +313,11 @@ export default { }) .then(res=>{ // console.log(res); + this.loadingFlag=true + setTimeout(() => { + this.loadingFlag=false + console.log('防重') + }, 1); this.$message.success('修改成功') this.showVisible=false this.AgentPoollist(); @@ -329,6 +334,11 @@ export default { }) .then(res=>{ // console.log(res); + this.loadingFlag=true + setTimeout(() => { + this.loadingFlag=false + console.log('防重') + }, 1); this.$message.success('修改成功') this.showVisible=false this.AgentPoollist();