From 83132dc31c96f3e7c6cc5da6643dcfc826d82572 Mon Sep 17 00:00:00 2001 From: bestlee Date: Mon, 31 Aug 2026 15:25:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E9=99=A9=E7=9F=A9=E9=98=B5=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=97=A0=E6=95=B0=E6=8D=AE=E6=98=BE=E7=A4=BA=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/systemManage/setting/index.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/systemManage/setting/index.vue b/src/views/systemManage/setting/index.vue index e26d749..6bdeea3 100644 --- a/src/views/systemManage/setting/index.vue +++ b/src/views/systemManage/setting/index.vue @@ -328,8 +328,8 @@ const cellLevel = (s:number, l:number) => { // 风险矩阵tabs切换 const handleTabChange = (v: string) => { - activeMatrix.value = v; - matrixConfig(); + activeMatrix.value = v; + matrixConfig(); } // 打开风险矩阵编辑弹窗 @@ -438,6 +438,8 @@ const matrixConfig = async () => { const {data,error} = await matrixConfigApi(activeMatrix.value); if(!error){ curMatrix.value = data; + }else{ + curMatrix.value = null; } } @@ -747,7 +749,7 @@ onMounted(() => {
-
+
@@ -855,9 +857,10 @@ onMounted(() => {

+
暂无矩阵配置
-
+
@@ -955,6 +958,7 @@ onMounted(() => {

+
暂无矩阵配置