96066548 by xiaomiao

--no commit message

1 parent c1b96e41
......@@ -271,7 +271,6 @@
},
created () {
window.addEventListener("resize", this.getHeight);
console.log(this.formData);
this.getHeight();
},
mounted () {
......
......@@ -311,11 +311,11 @@
}
},
handleLpbClick (item) {
console.log("item",item);
this.$popup('楼盘表', 'lpb/index', {
width: '85%',
formData: {
bsm: item.bsm,
bsmSqyw:this.sqywInfo.bsmSqyw
}
})
......
......@@ -89,7 +89,6 @@
*/
queryClick () {
this.$startLoading();
console.log("this.sqywInfo.zrzbsm",this.sqywInfo);
this.queryForm.zrzbsm = this.sqywInfo.bsm;
// this.queryForm.zrzbsm = this.sqywInfo.zrzbsm;
selectHQjdc({ ...this.queryForm, ...this.pageData }).then((res) => {
......
......@@ -159,7 +159,6 @@
if (this.selectType == 'together') {
getTogetherBiz().then(res => {
if (res) {
console.log("res", res);
this.djqxList = res.result;
}
})
......
......@@ -37,6 +37,7 @@
* @param {*} view
* @author: renchao
*/
loadView (view) {
return (r) =>
require.ensure([], () => r(require(`./components/${view}.vue`)));
......