|
|
@@ -165,7 +165,7 @@ |
|
|
|
</div> |
|
|
|
<div slot="footer" class="dialog-footer"> |
|
|
|
<el-button @click="showVisible = false">取 消</el-button> |
|
|
|
<el-button type="primary" @click="save()">保存</el-button> |
|
|
|
<el-button type="primary" :loading="loadingFlag" @click="save()">保存</el-button> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
</div> |
|
|
@@ -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(); |
|
|
|