소스 검색

no message

DESKTOP-O04BTUJ\muzen 2 년 전
부모
커밋
fb8d7e5a54
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/operation/channel/detail.vue

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

@@ -245,7 +245,7 @@ export default {
         pageNum: 1,
         pageSize: 10,
         status: 1,
-        ...this.data
+        platformId: [16, 17].includes(this.form.channelType) ? this.dialogForm.platformId : ''
       }
       this.getPage()
     },