修复添加服务请求id错误
This commit is contained in:
parent
3a4b64538d
commit
ade6388dd6
|
|
@ -408,6 +408,7 @@ export default {
|
||||||
data.forEach(item => {
|
data.forEach(item => {
|
||||||
ids.push(item.id)
|
ids.push(item.id)
|
||||||
})
|
})
|
||||||
|
|
||||||
// 添加服务
|
// 添加服务
|
||||||
this.$mk.post({
|
this.$mk.post({
|
||||||
url: this.actions.serviceAdd,
|
url: this.actions.serviceAdd,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue