优化
This commit is contained in:
parent
535c96aaa4
commit
80c3ae6bf4
@ -193,7 +193,7 @@ export default {
|
|||||||
const params = Object.assign({}, {resultRecordId: this.$route.query.id || ''}, obj)
|
const params = Object.assign({}, {resultRecordId: this.$route.query.id || ''}, obj)
|
||||||
let res = await apiSaveapproval(params)
|
let res = await apiSaveapproval(params)
|
||||||
if (res.code !== 200) {
|
if (res.code !== 200) {
|
||||||
this.$message.error(res.msg)
|
this.$message.error(res.msg || '出错了 ')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.$message({
|
this.$message({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user