Browse Source

关键词删除问题

wangxiaogang 3 năm trước cách đây
mục cha
commit
0789d4fdc0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
     },