2ff27d21 by tianhaohao@pashanhoo.com

修改楼盘的参数说明

1 parent a1ee1ead
......@@ -231,7 +231,8 @@ export default {
}
this.loading = true
this.bsmList.forEach(item=>{
item['bdcdyid'] = item.dyhbsm
item['bdcdyid'] = item.dyhbsm;
item['bdcdylx'] = '7';
})
startBusinessFlow({
bsmSqyw: this.sqywInfo.bsmSqyw,
......
......@@ -69,7 +69,7 @@
</el-col>
<el-col :span="8">
<el-form-item label="坐落:">
<el-input maxlength="100" v-model="ruleForm.sldy.zl" disabled></el-input>
<el-input maxlength="100" v-model="ruleForm.sldy.zl"></el-input>
</el-form-item>
</el-col>
</el-row>
......