拆分详情新增有时无回显问题
This commit is contained in:
@@ -332,22 +332,11 @@
|
||||
this.$message.success(this.$t('OperationSuccessful'))
|
||||
// this.loadData()
|
||||
this.$emit('addFormClick')
|
||||
eventBUs.$emit('searchReset')
|
||||
// eventBUs.$emit('searchReset')
|
||||
}else{
|
||||
this.$message.warning(this.$t('operationFailed'))
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
// postAction(url, formInline).then((res) => {
|
||||
// if (res.success) {
|
||||
// this.$message.success(this.$t('OperationSuccessful'))
|
||||
// eventBUs.$emit('searchReset')
|
||||
// this.$emit('addFormClick')
|
||||
// } else {
|
||||
// this.$message.warning(this.$t('operationFailed'))
|
||||
// }
|
||||
// })
|
||||
} else {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user