修改批量设置提示语
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user