优化
This commit is contained in:
parent
fe38d0a04c
commit
7ace414360
@ -203,7 +203,7 @@ export default {
|
||||
if (res1.code !== 200) {
|
||||
this.$message.error(res1.msg)
|
||||
}
|
||||
const obj = {status: 1, menuName: '制定了目标'}
|
||||
const obj = {status: 1, menuName: '制定了'}
|
||||
const params = Object.assign({}, {resultRecordId: this.$route.query.id || ''}, obj)
|
||||
let res = await apiSaveapproval(params)
|
||||
if (res.code !== 200) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user