提交 8bf351b9 authored 作者: 刘旭's avatar 刘旭

更新代码

上级 c1ce6195
{
"vue3snippets.enable-compile-vue-file-on-did-save-code": true
}
\ No newline at end of file
......@@ -194,6 +194,8 @@ const stagingState = async () => {
};
const { data: billIds } = await billIdGroupSerial(data);
const { data: res } = await getDetailList(data);
console.log(billIds, res);
let stagingArr: any = []
for (const id in billIds.data) {
let serial = res.data.data.filter((item: any) => id == item.id)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论