fix: duplicateValidate 声明方式改为const

pull/960/head
ykcory 2023-12-28 05:46:53 +08:00
parent 014e173f34
commit bc68bdc4be
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ export const rules = {
*/
export async function duplicateValidate(tableName, fieldName, fieldVal, dataId) {
try {
let params = {
const params = {
tableName,
fieldName,
fieldVal,