Merge remote-tracking branch 'origin/dev_20230808_OTA' into dev_20230808_OTA

This commit is contained in:
高嵩
2023-08-24 15:55:36 +08:00
4 changed files with 29 additions and 8 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"/>