[update]
This commit is contained in:
@@ -196,11 +196,11 @@ export default {
|
||||
let param = {ids: this.selectedRowKeysArray, ...this.formInline }
|
||||
postAction('params/collectManifest/referParams', param).then((res) => {
|
||||
if (res.success) {
|
||||
this.$message.success(res.message)
|
||||
this.$message.success(this.$t('OperationSuccessful'))
|
||||
this.$emit('areaVisibleAssignedbyflag', false)
|
||||
this.$emit('GetgetTableList')
|
||||
} else {
|
||||
this.$message.warning(res.message)
|
||||
this.$message.warning(this.$t('operationFailed'))
|
||||
}
|
||||
})
|
||||
// axios({
|
||||
|
||||
Reference in New Issue
Block a user