feat(lpb):修改实预测字段
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -112,7 +112,7 @@ | ... | @@ -112,7 +112,7 @@ |
112 | <el-button type="primary" @click="addCVisible = false">取消</el-button> | 112 | <el-button type="primary" @click="addCVisible = false">取消</el-button> |
113 | </div> | 113 | </div> |
114 | </el-dialog> | 114 | </el-dialog> |
115 | <move-h :hbsm="chData.bsm" @close="moveHClose" :move-hvisible="moveHvisible" :type="syclx" @loading="loadingData"></move-h> | 115 | <move-h :hbsm="chData.bsm" @close="moveHClose" :move-hvisible="moveHvisible" :type="scyclx" @loading="loadingData"></move-h> |
116 | </div> | 116 | </div> |
117 | </template> | 117 | </template> |
118 | <script> | 118 | <script> |
... | @@ -177,7 +177,7 @@ export default { | ... | @@ -177,7 +177,7 @@ export default { |
177 | }, | 177 | }, |
178 | methods: { | 178 | methods: { |
179 | loadingData(){ | 179 | loadingData(){ |
180 | this.getLpb(this.$store.state.zrzbsm,this.$parent.syclx); | 180 | this.getLpb(this.$store.state.zrzbsm,this.$parent.scyclx); |
181 | }, | 181 | }, |
182 | //获取楼盘表数据 | 182 | //获取楼盘表数据 |
183 | getLpb(zrzbsm,scyclx) { | 183 | getLpb(zrzbsm,scyclx) { |
... | @@ -357,7 +357,7 @@ export default { | ... | @@ -357,7 +357,7 @@ export default { |
357 | handleMoveH(){ | 357 | handleMoveH(){ |
358 | // 移动户 | 358 | // 移动户 |
359 | console.log(this.chData,"chData") | 359 | console.log(this.chData,"chData") |
360 | console.log(this.$parent.syclx,"实预测类型") | 360 | console.log(this.$parent.scyclx,"实预测类型") |
361 | this.moveHvisible=true; | 361 | this.moveHvisible=true; |
362 | }, | 362 | }, |
363 | moveHClose(){ | 363 | moveHClose(){ | ... | ... |
-
Please register or sign in to post a comment