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