540baeaa by 杨威

合并代码

2 parents 1979a71a e43c21ed
......@@ -113,7 +113,7 @@
type: Array
},
measureType: {
type: Number
type: String
}
},
data() {
......
......@@ -33,7 +33,7 @@
<el-button class="radioBtn" label="3" border @click="plhVisible=true">批量户</el-button>
<el-button class="radioBtn" label="4" border @click="plcVisible=true">批量层</el-button>
<el-button class="radioBtn" label="5" border @click="plShVisible=true">批量室号</el-button>
<el-button class="radioBtn" label="6" border @click="plZlVisible=true">批量坐落</el-button>
<el-button class="radioBtn" label="6" border @click="plzlVisible=true">批量坐落</el-button>
<el-button class="radioBtn" label="7" border>批量单元号</el-button>
</div>
</el-col>
......@@ -159,7 +159,7 @@ export default {
plcVisible:false,
plhVisible:false,
plShVisible:false,
plzlVisible:false,
plzlVisible:false,
hbjVisible:false,
tabPosition:"1", //1是实测 0是预测
radio1: "",
......@@ -358,7 +358,7 @@ export default {
},
//户编辑表单重置
hbjResetInfo(){
this.$refs.hbj.onReset();
this.$refs.hbj.onReset();
}
},
computed: {
......