From 17f3ed801cb43325650bd77a84f306cfa661d562 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 24 四月 2025 18:41:09 +0800
Subject: [PATCH] 工单业务
---
admin/src/views/business/categoryDcaProblem.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/admin/src/views/business/categoryDcaProblem.vue b/admin/src/views/business/categoryDcaProblem.vue
index 862ab1e..d35b9d3 100644
--- a/admin/src/views/business/categoryDcaProblem.vue
+++ b/admin/src/views/business/categoryDcaProblem.vue
@@ -66,7 +66,7 @@
import Tree from '@/components/common/Tree'
import { treeList } from '@/api/business/category'
export default {
- name: 'categorySheType',
+ name: 'categoryDcaProblem',
extends: BaseTable,
components: { TableLayout1, Pagination, Tree, OperaCategoryDcaProblemWindow },
data () {
@@ -78,7 +78,7 @@
name: '',
keyword: '',
type: 4,
- parentId: '',
+ parentId: null,
isRoot: 1,
parentIdPath: null
},
--
Gitblit v1.9.3