Browse Source

dictFormatData方法报错处理

dev_web_online
安虹睿 2 years ago
parent
commit
d0640b8f6f
  1. 2
      fe/PC/src/utils/index.js

2
fe/PC/src/utils/index.js

@ -494,7 +494,7 @@ export function getMatchRegConformValue(type,defaultValue,fixedNum){
// 字典格式化数据结构
export function dictFormatData() {
return new Promise(resolve => {
return new Promise((resolve,reject) => {
let rs = []
let childRs = {}
let param = {

Loading…
Cancel
Save