fix: 页面字段/接口调整
This commit is contained in:
@@ -216,7 +216,7 @@ function fnGetInitData() {
|
||||
sortOrder: 'asc',
|
||||
})
|
||||
.then(res => {
|
||||
if (res.code === RESULT_CODE_SUCCESS && Array.isArray(res.data)) {
|
||||
if (res.code === RESULT_CODE_SUCCESS) {
|
||||
for (const item of res.data) {
|
||||
upfFlowParse(item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user