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, };