From 24c4699005da96f45562d7057d80c103b8e428a2 Mon Sep 17 00:00:00 2001 From: WangHan <wwh_work@126,com> Date: 星期五, 03 一月 2025 10:32:34 +0800 Subject: [PATCH] 子级分类在用删除 --- admin-web/src/views/systemSetting/department/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin-web/src/views/systemSetting/department/index.vue b/admin-web/src/views/systemSetting/department/index.vue index 8102e46..e5642b5 100644 --- a/admin-web/src/views/systemSetting/department/index.vue +++ b/admin-web/src/views/systemSetting/department/index.vue @@ -89,14 +89,14 @@ dataIndex: 'status', label: '鐘舵��', placeholder: '璇烽�夋嫨', - defaultValue: '0', + defaultValue: '1', options: [ { - value: '0', + value: '1', label: '鍚敤', }, { - value: '1', + value: '0', label: '绂佺敤', }, ], @@ -210,7 +210,7 @@ // 鏌ヨtable鍒楄〃 search(pageNum) { if (pageNum != undefined) { - this.$refs.myTable.search(pageNum); + this.$refs.myTable.search({pageNum}); } else { this.$refs.myTable.search(); } -- Gitblit v1.9.1