@@ -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,