|
@@ -81,7 +81,7 @@ export default {
|
|
async editKeyword(id) {
|
|
async editKeyword(id) {
|
|
// 获取菜单详情
|
|
// 获取菜单详情
|
|
try {
|
|
try {
|
|
- const res = await editKeyword(id)
|
|
|
|
|
|
+ const res = await editKeyword({ id: id })
|
|
this.form = { ...this.form, ...res.data }
|
|
this.form = { ...this.form, ...res.data }
|
|
} catch (error) {
|
|
} catch (error) {
|
|
console.log('error', error)
|
|
console.log('error', error)
|