勾选不符合的数据点击退回,有操作成功的提示语

This commit is contained in:
zyx.net
2023-08-22 14:44:01 +08:00
parent 4331c5921b
commit 042a675d28
@@ -102,7 +102,6 @@ export default {
this.confirmLoading = true
getAction('/ota/otaManageApplyEO/reject', query).then((res) => {
if (res.success) {
this.$message.success(this.$t('OperationSuccessful'))
this.visible = false
this.confirmLoading = false
this.ids = []