优化SKU表单验证规则

This commit is contained in:
WUSIJIAN
2026-01-04 11:42:00 +08:00
parent a5f68f1523
commit 781c5222de
2 changed files with 30 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ export function getDict(dictType :string,defaultValue?:string):Promise<any> {
})
}
// 根据字典类型查询字典数据信息
// 根据字典类型查询字典数据信息(新方案)
export function getDicts(dictType :string,defaultValue?:string):Promise<any> {
let dv = defaultValue??''
let params ={