From 05e91f77862e3e53fe1f4d6574185b4e88a489af Mon Sep 17 00:00:00 2001 From: kkaiyun <9438243+i-ill@user.noreply.gitee.com> Date: Wed, 10 May 2023 20:09:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/code-generator-template/js/list.vue.vm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/smart-admin-api/sa-common/src/main/resources/code-generator-template/js/list.vue.vm b/smart-admin-api/sa-common/src/main/resources/code-generator-template/js/list.vue.vm index a7d3fdf1..3d278181 100644 --- a/smart-admin-api/sa-common/src/main/resources/code-generator-template/js/list.vue.vm +++ b/smart-admin-api/sa-common/src/main/resources/code-generator-template/js/list.vue.vm @@ -64,7 +64,7 @@
#if($insertAndUpdate.isSupportInsertAndUpdate) - + @@ -245,7 +245,7 @@ function onDelete(data){ Modal.confirm({ title: '提示', - content: '确定要删除选吗?', + content: '确定要删除吗?', okText: '删除', okType: 'danger', onOk() { @@ -260,9 +260,6 @@ async function requestDelete(data){ SmartLoading.show(); try { - let deleteForm = { - goodsIdList: selectedRowKeyList.value, - }; await $!{name.lowerCamel}Api.delete(data.$!{primaryKeyFieldName}); message.success('删除成功'); queryData();