|
@@ -85,6 +85,7 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
|
|
|
+
|
|
|
<el-form-item v-if="dialogForm.id" label="个人频道分类:">
|
|
|
<div class="classList" v-if="readOnly">
|
|
|
<el-button
|
|
@@ -591,6 +592,15 @@ export default {
|
|
|
// 取消
|
|
|
getClose() {
|
|
|
this.dialogVisible = false;
|
|
|
+ this.active = 0;
|
|
|
+ // if (
|
|
|
+ // this.dialogForm != null &&
|
|
|
+ // this.dialogForm.defaultList != null &&
|
|
|
+ // this.dialogForm.defaultList.length > 0
|
|
|
+ // ) {
|
|
|
+ // this.getActive(this.dialogForm.defaultList[0]);
|
|
|
+ // }
|
|
|
+
|
|
|
this.dialogForm = {};
|
|
|
this.$refs.dialogForm.resetFields();
|
|
|
},
|