From 3658bf02e8c21abdc68a7713685bcc7080f67ded Mon Sep 17 00:00:00 2001 From: fengrong Date: Wed, 15 Jan 2025 15:45:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=BF=AE=E6=94=B9=E5=8F=91?= =?UTF-8?q?=E7=94=B5=E9=87=8F=E7=B3=BB=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/dasadmin/src/views/backend/SystemParam/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/dasadmin/src/views/backend/SystemParam/index.vue b/ui/dasadmin/src/views/backend/SystemParam/index.vue index 0bfefd6b..5398a412 100644 --- a/ui/dasadmin/src/views/backend/SystemParam/index.vue +++ b/ui/dasadmin/src/views/backend/SystemParam/index.vue @@ -408,9 +408,7 @@ const addItem=()=>{ const SaveParamAdd=()=>{ formRef.value.validate((valid: any) => { if (valid) { - debugger ParamAdd(formInlineAdd).then((res: any) => { - debugger if (res.code == 200) { getList() ElMessage({