领料申请接口参数优化

This commit is contained in:
BianLzhaoMin 2025-03-20 15:06:47 +08:00
parent 3167c09255
commit b279180b62
1 changed files with 6 additions and 0 deletions

View File

@ -866,6 +866,12 @@ export default {
const submitQueryParams = JSON.parse(JSON.stringify(this.queryParams))
if (submitQueryParams.leaseApplyDetails.length > 0) {
submitQueryParams.leaseApplyDetails.forEach((e) => {
e.isCt = 1
})
}
if (this.wholeTypeNameList.length > 0) {
const wholeTypeList = []
this.wholeTypeNameList.forEach((i) => {