update
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
|
||||
async function getMapList() {
|
||||
try {
|
||||
const { code, result } = await mapListApi({});
|
||||
const { code, result } = await mapListApi({ orgCode: props.orgCode });
|
||||
if (code == 200 && result.length > 0) {
|
||||
const newArr = result.map((item) => ({ ...item, type: '6' }));
|
||||
mapList.value = newArr;
|
||||
@@ -101,7 +101,7 @@
|
||||
},
|
||||
},
|
||||
(val) => {
|
||||
getFooterTable(val.orgCode);
|
||||
getFooterTable(val.orgCode?.substring(0, 6));
|
||||
setIsShow(true);
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user