From c44c76ea3e1f6b70bb84bdde85ffd1b389e5b8f4 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 23 四月 2025 10:58:02 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 admin/src/views/business/categoryDcaLocaltion.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/admin/src/views/business/categoryDcaLocaltion.vue b/admin/src/views/business/categoryDcaLocaltion.vue
index d69d644..24b2667 100644
--- a/admin/src/views/business/categoryDcaLocaltion.vue
+++ b/admin/src/views/business/categoryDcaLocaltion.vue
@@ -59,7 +59,7 @@
 import Tree from '@/components/common/Tree'
 import { treeList } from '@/api/business/category'
 export default {
-  name: 'categorySheType',
+  name: 'categoryDcaLocation',
   extends: BaseTable,
   components: { TableLayout1, Pagination, Tree, OperaCategoryWindow },
   data () {
@@ -71,7 +71,7 @@
         keyword: '',
         type: 3,
         isRoot: 1,
-        parentId: '',
+        parentId: null,
         parentIdPath: null
       },
       loading: false,

--
Gitblit v1.9.3