|
@@ -368,11 +368,13 @@ export default {
|
|
|
})
|
|
|
]),
|
|
|
showCancelButton: true,
|
|
|
+ closeOnClickModal:false,
|
|
|
confirmButtonText: '检索',
|
|
|
cancelButtonText: '取消',
|
|
|
beforeClose: (action, instance, done) => {
|
|
|
if (action === 'confirm') {
|
|
|
instance.confirmButtonLoading = true;
|
|
|
+ _this.queryParams.current = 1
|
|
|
_this.getList()
|
|
|
done();
|
|
|
instance.confirmButtonLoading = false;
|