|
|
|
@ -224,10 +224,12 @@ export default { |
|
|
|
|
this.$message.error('请选择需要提交的APPID') |
|
|
|
|
return false |
|
|
|
|
} |
|
|
|
|
Api.audit({ appid: appids }).then((result) => { |
|
|
|
|
this.$message.success(result.message, 1.5) |
|
|
|
|
this.fetchData() |
|
|
|
|
}) |
|
|
|
|
Api.audit({ appid: appids }) |
|
|
|
|
.then((result) => { |
|
|
|
|
this.$message.success(result.message, 1.5) |
|
|
|
|
this.fetchData() |
|
|
|
|
}) |
|
|
|
|
.finally(() => this.fetchData()) |
|
|
|
|
}, |
|
|
|
|
handleSearch() { |
|
|
|
|
this.queryParam.page = 1 |
|
|
|
@ -285,7 +287,7 @@ export default { |
|
|
|
|
this.$message.success(result.message, 1.5) |
|
|
|
|
this.fetchData() |
|
|
|
|
}) |
|
|
|
|
.finally(() => modal.destroy()) |
|
|
|
|
.finally(this.fetchData()) |
|
|
|
|
}, |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|