소스 검색

no message

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

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

@@ -130,7 +130,7 @@ export default {
       form: {},
       // 频道属性
       channelId: this.$route.query.channelId,
-      disabled: this.$route.query.index == '1' ? true : false,
+      disabled: this.$route.query.index == '0' || this.$route.query.index == '1' ? true : false,
       // 列表表单
       dialogForm: {
         pageNum: 1,