Explorar o código

搜索关键词新加下拉框

xiebaomin hai 1 ano
pai
achega
dffedff361
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/library/tag/list.vue

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

@@ -278,7 +278,7 @@ export default {
       const res = await findLinkageStatus({ id: $event.id, linkageStatus: $event.linkageStatus ? 1 : 0 })
       const res = await findLinkageStatus({ id: $event.id, linkageStatus: $event.linkageStatus ? 1 : 0 })
       if (res.code === 0) {
       if (res.code === 0) {
         if (res.data === 0) {
         if (res.data === 0) {
-          await this.getList()
+          await this.fetchKeywordList()
           return this.$message({
           return this.$message({
             type: 'success',
             type: 'success',
             message: `${res.msg}`
             message: `${res.msg}`
@@ -300,7 +300,7 @@ export default {
             $event.linkageStatus = !$event.linkageStatus
             $event.linkageStatus = !$event.linkageStatus
           })
           })
         }
         }
-        await this.getList()
+        await this.fetchKeywordList()
       }
       }
     },
     },