From 99d0e18b496fb0ce294117d7abe518534a3d06db Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期五, 20 六月 2025 10:11:09 +0800 Subject: [PATCH] fix --- culture/src/views/system/user/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/culture/src/views/system/user/index.vue b/culture/src/views/system/user/index.vue index 73abfb5..224ff51 100644 --- a/culture/src/views/system/user/index.vue +++ b/culture/src/views/system/user/index.vue @@ -167,7 +167,8 @@ this.getListData() }) } else { - add(form).then(() => { + add(form).then((res) => { + console.log('qeqweqweqweq',res); this.row = {} this.dialogVisible = false this.$message.success('添加成功') -- Gitblit v1.7.1