parent
9345a55574
commit
930188299f
|
@ -385,7 +385,7 @@ export default {
|
|||
).then((data) => {
|
||||
this.$message({
|
||||
message: data.msg,
|
||||
type: data.result === 'success' ? 'error' : 'success'
|
||||
type: data.result === 'success' ? 'success' : 'error'
|
||||
})
|
||||
this.getList()
|
||||
this.dialogFormDaoru = false
|
||||
|
|
Loading…
Reference in New Issue