领料申请接口参数优化
This commit is contained in:
parent
3167c09255
commit
b279180b62
|
|
@ -866,6 +866,12 @@ export default {
|
||||||
|
|
||||||
const submitQueryParams = JSON.parse(JSON.stringify(this.queryParams))
|
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) {
|
if (this.wholeTypeNameList.length > 0) {
|
||||||
const wholeTypeList = []
|
const wholeTypeList = []
|
||||||
this.wholeTypeNameList.forEach((i) => {
|
this.wholeTypeNameList.forEach((i) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue