diff --git a/src/views/components/category/PreviewForm.vue b/src/views/components/category/PreviewForm.vue index b0ae5b2..a5ec75b 100644 --- a/src/views/components/category/PreviewForm.vue +++ b/src/views/components/category/PreviewForm.vue @@ -161,9 +161,9 @@ export default { this.editFormRow() }, mounted() { - if (this.isType !== 'arcives') { - this.FetchNoFormatField(this.selectedCategory.id) - } + // if (this.isType !== 'arcives') { + // this.FetchNoFormatField(this.selectedCategory.id) + // } }, methods: { // 递归查询字典名称对应的字典代码