feat(api): 🚀 入库单列表
This commit is contained in:
@@ -30,6 +30,7 @@ export const useTable = (
|
||||
console.log("分页参数更新:", newVal);
|
||||
}
|
||||
});
|
||||
|
||||
//订阅列表数据处理
|
||||
const initSubscribeData = () => {
|
||||
if (routeName === "foundationSubscribeList") {
|
||||
@@ -53,6 +54,15 @@ export const useTable = (
|
||||
}
|
||||
}
|
||||
}
|
||||
if (routeName === "foundationSubscribeWarehousing") {
|
||||
if (Array.isArray(state.totalParam?.org_number) && state.totalParam?.org_number?.length) {
|
||||
state.totalParam.org_number = state.totalParam.org_number.join(",");
|
||||
}
|
||||
if (state.totalParam?.subscriber_name) {
|
||||
// let names: any = "";
|
||||
state.totalParam.subscriber_name = state.totalParam?.subscriber_name.replace(/[,,]/g, ",");
|
||||
}
|
||||
}
|
||||
};
|
||||
//删除临时参数和空值参数
|
||||
const deleteParams = () => {
|
||||
|
||||
Reference in New Issue
Block a user