From 34de82b3794a413b438b66e0aa8bcdbe8133f7d5 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期四, 17 四月 2025 10:16:48 +0800 Subject: [PATCH] 代码初始化 --- admin/src/components/business/OperaCategoryWindow.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/admin/src/components/business/OperaCategoryWindow.vue b/admin/src/components/business/OperaCategoryWindow.vue index 6abc7b5..e3f47e0 100644 --- a/admin/src/components/business/OperaCategoryWindow.vue +++ b/admin/src/components/business/OperaCategoryWindow.vue @@ -130,6 +130,7 @@ if (target == null) { this.$nextTick(() => { this.$refs.form.resetFields() + this.form.parentId = parentId this.form[this.configData['field.id']] = null this.form.categoryList = [] /* if (parentIdPath && parentIdPath != null) { -- Gitblit v1.9.3