From fee184ae9a10e661b9904e06d2dfb91bc71c9474 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 16 四月 2025 16:31:52 +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