修改
This commit is contained in:
parent
9414356df1
commit
f5d7d1bf49
@ -73,7 +73,7 @@
|
|||||||
this.$emit('ok', values)
|
this.$emit('ok', values)
|
||||||
this.handleCancel()
|
this.handleCancel()
|
||||||
} else {
|
} else {
|
||||||
this.$message.error('新增失败')// + res.message
|
this.$message.error('新增失败:' + res.message)// + res.message
|
||||||
}
|
}
|
||||||
}).finally((res) => {
|
}).finally((res) => {
|
||||||
this.confirmLoading = false
|
this.confirmLoading = false
|
||||||
|
|||||||
@ -80,7 +80,7 @@
|
|||||||
this.$emit('ok', values)
|
this.$emit('ok', values)
|
||||||
this.handleCancel()
|
this.handleCancel()
|
||||||
} else {
|
} else {
|
||||||
this.$message.error('编辑失败')// + res.message
|
this.$message.error('编辑失败:' + res.message)// + res.message
|
||||||
}
|
}
|
||||||
}).finally((res) => {
|
}).finally((res) => {
|
||||||
this.confirmLoading = false
|
this.confirmLoading = false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user