From 64fa2c33cd645e86d4e2a8c34c7881ea4aa678cf Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 17 六月 2025 18:33:37 +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