修改楼盘的参数说明
Showing
2 changed files
with
3 additions
and
2 deletions
| ... | @@ -231,7 +231,8 @@ export default { | ... | @@ -231,7 +231,8 @@ export default { |
| 231 | } | 231 | } |
| 232 | this.loading = true | 232 | this.loading = true |
| 233 | this.bsmList.forEach(item=>{ | 233 | this.bsmList.forEach(item=>{ |
| 234 | item['bdcdyid'] = item.dyhbsm | 234 | item['bdcdyid'] = item.dyhbsm; |
| 235 | item['bdcdylx'] = '7'; | ||
| 235 | }) | 236 | }) |
| 236 | startBusinessFlow({ | 237 | startBusinessFlow({ |
| 237 | bsmSqyw: this.sqywInfo.bsmSqyw, | 238 | bsmSqyw: this.sqywInfo.bsmSqyw, | ... | ... |
| ... | @@ -69,7 +69,7 @@ | ... | @@ -69,7 +69,7 @@ |
| 69 | </el-col> | 69 | </el-col> |
| 70 | <el-col :span="8"> | 70 | <el-col :span="8"> |
| 71 | <el-form-item label="坐落:"> | 71 | <el-form-item label="坐落:"> |
| 72 | <el-input maxlength="100" v-model="ruleForm.sldy.zl" disabled></el-input> | 72 | <el-input maxlength="100" v-model="ruleForm.sldy.zl"></el-input> |
| 73 | </el-form-item> | 73 | </el-form-item> |
| 74 | </el-col> | 74 | </el-col> |
| 75 | </el-row> | 75 | </el-row> | ... | ... |
-
Please register or sign in to post a comment