6d2d06ee by jiaozeping@pashanhoo.com

12

1 parent 45ee4672
...@@ -133,10 +133,10 @@ export default { ...@@ -133,10 +133,10 @@ export default {
133 let that = this; 133 let that = this;
134 this.$popup({ 134 this.$popup({
135 title: "楼盘表", 135 title: "楼盘表",
136 width: "100%", 136 width: "50%",
137 btnShow: true, 137 btnShow: true,
138 editItem: "xxxxxxxxxx", 138 editItem: "xxxxxxxxxx",
139 height: "1200px", 139 height: "800px",
140 formData: { 140 formData: {
141 bsmSlsq: this.bsmSlsq, 141 bsmSlsq: this.bsmSlsq,
142 dataList: this.unitData, 142 dataList: this.unitData,
......