浏览代码

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: {},
       form: {},
       // 频道属性
       // 频道属性
       channelId: this.$route.query.channelId,
       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: {
       dialogForm: {
         pageNum: 1,
         pageNum: 1,