修改批量设置提示语

This commit is contained in:
zyx.net
2023-08-24 15:23:29 +08:00
parent 4eaf820199
commit 8771a72e87
2 changed files with 4 additions and 3 deletions
@@ -164,11 +164,12 @@ export default {
this.confirmLoading = true
postAction('/ota/otaManageApplyEO/updateVdrBatch', query).then((res) => {
if (res.success) {
this.$message.success(this.$t('OperationSuccessful'))
// this.$message.success(this.$t('OperationSuccessful'))
this.visible = false
this.confirmLoading = false
this.ids = []
this.$emit('getList')
this.$emit('msgForm',res.result.msgList)
// this.$emit('getList')
} else {
this.$message.warning(this.$t('operationFailed'))
this.confirmLoading = false
@@ -247,7 +247,7 @@
@showSizeChange="SizeChange" />
</div>
</div>
<batSetting :url="url" @getList="getList" ref="batSettingRef"/>
<batSetting :url="url" @getList="getList" @msgForm='msgForm' ref="batSettingRef"/>
<applyforrematch :url="url" @getList="getList" ref="applyforrematchRef"/>
<rejectReason :url="url" @getList="getList" @msgForm='msgForm' ref="rejectReasonRef"/>
<remark @remarkForm='remarkForm' ref="remarkRef"/>