From ae8d3f27148198c8178a0aaef17e4b613cd4b236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=99=8C?= Date: Tue, 12 Sep 2023 18:56:18 +0800 Subject: [PATCH] no message --- src/components/xUpdate/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/xUpdate/index.vue b/src/components/xUpdate/index.vue index 8724a69..f9a1f7f 100644 --- a/src/components/xUpdate/index.vue +++ b/src/components/xUpdate/index.vue @@ -93,8 +93,7 @@ this.$alert('没有'+ ((this.config.name || this.titleMap[this.mode]) || '编辑') +'数据相关配置', "提示", {type: 'error'}); return; } - - + const data = { [this.config.submitinfokey || 'info']: this.data, };