Browse Source

v1.1.2 关键词下拉关联

xiebaomin 1 năm trước cách đây
mục cha
commit
3e0d94c1a4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/library/tag/list.vue

+ 1 - 1
src/views/library/tag/list.vue

@@ -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) {