From 9f1e7f80a3260c30e1e534437da5c79e17fc20af Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期三, 16 四月 2025 14:35:23 +0800 Subject: [PATCH] 代码初始化 --- admin/src/components/business/OperaCategoryDcaProblemWindow.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/admin/src/components/business/OperaCategoryDcaProblemWindow.vue b/admin/src/components/business/OperaCategoryDcaProblemWindow.vue index 537ad98..b097f5c 100644 --- a/admin/src/components/business/OperaCategoryDcaProblemWindow.vue +++ b/admin/src/components/business/OperaCategoryDcaProblemWindow.vue @@ -125,7 +125,7 @@ open (title, target, categorys, categoryType, parentId) { this.title = title this.categorys = JSON.parse(JSON.stringify(categorys||[])); - console.log(this.categorys) + console.log(parentId) this.visible = true this.form = { id: null, -- Gitblit v1.9.3