From 34e39c2c9c2b3f93153ad1a83d47dbd712e515dd Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 25 九月 2024 22:55:58 +0800 Subject: [PATCH] 2024-09-25 --- src/utils/utils-custom.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/utils/utils-custom.js b/src/utils/utils-custom.js index 156e414..3d88af4 100644 --- a/src/utils/utils-custom.js +++ b/src/utils/utils-custom.js @@ -3083,7 +3083,7 @@ if (['select', 'link', 'multiselect', 'checkcard', 'radio'].includes(cell.type) && cell.resourceType === '1' && cell.dataSource) { let msg = getFormSql(cell, '鎼滅储') - sqls.push({uuid: cell.uuid, type: 'sForm', ...msg}) + sqls.push({uuid: md5(item.uuid + cell.uuid), type: 'sForm', ...msg}) } }) } @@ -4819,7 +4819,8 @@ ` _tailScript = `${_tailScript} - select @ErrorCode as ErrorCode,@retmsg as retmsg + aaa: + select @ErrorCode as ErrorCode,@retmsg as retmsg ` } -- Gitblit v1.8.0