fix: duplicateValidate 声明方式改为const
parent
014e173f34
commit
bc68bdc4be
|
@ -136,7 +136,7 @@ export const rules = {
|
|||
*/
|
||||
export async function duplicateValidate(tableName, fieldName, fieldVal, dataId) {
|
||||
try {
|
||||
let params = {
|
||||
const params = {
|
||||
tableName,
|
||||
fieldName,
|
||||
fieldVal,
|
||||
|
|
Loading…
Reference in New Issue