فهرست منبع

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

DESKTOP-O04BTUJ\muzen 2 سال پیش
والد
کامیت
1b6af68ba1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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) {
         if (res.code == 0) {
           this.dialogData = res.data.records
           this.dialogData = res.data.records
           this.total = res.data.total
           this.total = res.data.total
+          this.$refs.table.clearSelection()
           if (this.form.list.length > 0) {
           if (this.form.list.length > 0) {
-            this.$refs.table.clearSelection()
             this.form.list.map(i => {
             this.form.list.map(i => {
               let row = this.dialogData.find(j => j.audioId === i.audioId)
               let row = this.dialogData.find(j => j.audioId === i.audioId)
               if (row) {
               if (row) {