|
@@ -269,7 +269,7 @@ export default {
|
|
|
methods: {
|
|
|
// 关键词下拉关联
|
|
|
async handleStatusChange($event) {
|
|
|
- const res = await findLinkageStatus({ id: $event.id })
|
|
|
+ const res = await findLinkageStatus({ id: $event.id, linkageStatus: $event.linkageStatus })
|
|
|
if (res.code === 0) {
|
|
|
await this.getList()
|
|
|
if (res.msg.length < 6) {
|