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();