提交修改
This commit is contained in:
@@ -1137,9 +1137,9 @@ export default {
|
||||
}
|
||||
postAction('/ota/otaManageApplyEO/submit', query).then((res) => {
|
||||
if (res.success) {
|
||||
this.$message.success(this.$t('OperationSuccessful'))
|
||||
if(res.result.msgList && res.result.msgList.length == 0){
|
||||
this.getList()
|
||||
this.$message.success(this.$t('OperationSuccessful'))
|
||||
}else{
|
||||
this.selectedRowKeysValue = res.result.msgList
|
||||
this.visibleoperationFailed = true
|
||||
|
||||
Reference in New Issue
Block a user