Explorar o código

运营管理 定制频道 修改频道属性初始化已选内容

DESKTOP-O04BTUJ\muzen %!s(int64=2) %!d(string=hai) anos
pai
achega
1b6af68ba1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/operation/channel/detail.vue

+ 1 - 1
src/views/operation/channel/detail.vue

@@ -177,8 +177,8 @@ export default {
         if (res.code == 0) {
           this.dialogData = res.data.records
           this.total = res.data.total
+          this.$refs.table.clearSelection()
           if (this.form.list.length > 0) {
-            this.$refs.table.clearSelection()
             this.form.list.map(i => {
               let row = this.dialogData.find(j => j.audioId === i.audioId)
               if (row) {