Browse Source

关键词删除问题

wangxiaogang 3 years ago
parent
commit
0789d4fdc0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/web/staticres/js/pur-busniess-index-pc.js

+ 1 - 0
src/web/staticres/js/pur-busniess-index-pc.js

@@ -177,6 +177,7 @@ var vm = new Vue({
       const data = this.newWordsList
       if (!data) return
       data.splice(this.delIndex, 1)
+      this.subData = data
       this.$emit('updateKey', data)
       this.dialog.delKey = false
     },