--no commit message
Showing
2 changed files
with
4 additions
and
1 deletions
... | @@ -113,6 +113,7 @@ export default { | ... | @@ -113,6 +113,7 @@ export default { |
113 | }, | 113 | }, |
114 | mounted() { | 114 | mounted() { |
115 | // 根据申请单元列表数据处理选中户 | 115 | // 根据申请单元列表数据处理选中户 |
116 | console.log("window.unitData",window.unitData); | ||
116 | if(window.unitData.length){ | 117 | if(window.unitData.length){ |
117 | window.unitData.forEach(e => { | 118 | window.unitData.forEach(e => { |
118 | this.unitIdList.push(e.bdcdyid) | 119 | this.unitIdList.push(e.bdcdyid) | ... | ... |
... | @@ -89,7 +89,9 @@ | ... | @@ -89,7 +89,9 @@ |
89 | */ | 89 | */ |
90 | queryClick () { | 90 | queryClick () { |
91 | this.$startLoading(); | 91 | this.$startLoading(); |
92 | this.queryForm.zrzbsm = this.sqywInfo.zrzbsm; | 92 | console.log("this.sqywInfo.zrzbsm",this.sqywInfo); |
93 | this.queryForm.zrzbsm = this.sqywInfo.bsm; | ||
94 | // this.queryForm.zrzbsm = this.sqywInfo.zrzbsm; | ||
93 | selectHQjdc({ ...this.queryForm, ...this.pageData }).then((res) => { | 95 | selectHQjdc({ ...this.queryForm, ...this.pageData }).then((res) => { |
94 | this.$endLoading(); | 96 | this.$endLoading(); |
95 | if (res.code === 200) { | 97 | if (res.code === 200) { | ... | ... |
-
Please register or sign in to post a comment