12
Showing
1 changed file
with
14 additions
and
8 deletions
| ... | @@ -41,10 +41,7 @@ | ... | @@ -41,10 +41,7 @@ |
| 41 | </el-col> | 41 | </el-col> |
| 42 | <el-col :span="8"> | 42 | <el-col :span="8"> |
| 43 | <el-form-item label="登记情形:" prop="djqx"> | 43 | <el-form-item label="登记情形:" prop="djqx"> |
| 44 | <el-select disabled v-model="ruleForm.djqx" filterable clearable placeholder="请选择登记情形"> | 44 | <el-input disabled v-model="ruleForm.djqxmc"></el-input> |
| 45 | <el-option v-for="item in djqxOption" :key="item.value" :label="item.label" :value="item.value"> | ||
| 46 | </el-option> | ||
| 47 | </el-select> | ||
| 48 | </el-form-item> | 45 | </el-form-item> |
| 49 | </el-col> | 46 | </el-col> |
| 50 | </el-row> | 47 | </el-row> |
| ... | @@ -187,9 +184,6 @@ export default { | ... | @@ -187,9 +184,6 @@ export default { |
| 187 | return { | 184 | return { |
| 188 | disabled: true, | 185 | disabled: true, |
| 189 | flagTop: this.flag ? 'top' : '', | 186 | flagTop: this.flag ? 'top' : '', |
| 190 | qllxOption: [], | ||
| 191 | djlxOption: [], | ||
| 192 | djqxOption: [], | ||
| 193 | qlxzOption: [], | 187 | qlxzOption: [], |
| 194 | tdytOption: [], | 188 | tdytOption: [], |
| 195 | qlsdfsOption: [], | 189 | qlsdfsOption: [], |
| ... | @@ -231,7 +225,19 @@ export default { | ... | @@ -231,7 +225,19 @@ export default { |
| 231 | if (res.code === 200) { | 225 | if (res.code === 200) { |
| 232 | console.log(res, 1111) | 226 | console.log(res, 1111) |
| 233 | 227 | ||
| 234 | this.ruleForm = res.result | 228 | this.ruleForm = res.result; |
| 229 | |||
| 230 | this.ruleForm.zddm = res.result.zdjbxxdatas.zddm; | ||
| 231 | this.ruleForm.zdmj = res.result.zdjbxxdatas.zdmj; | ||
| 232 | this.ruleForm.zl = res.result.qlxxdatas.zl; | ||
| 233 | this.ruleForm.tdyt = res.result.qlxxdatas.ytmc; | ||
| 234 | this.ruleForm.qlsdfs = res.result.zdjbxxdatas.qlsdfsmc; | ||
| 235 | this.ruleForm.qdjg = res.result.jsydsyqdatas.qdjg; | ||
| 236 | |||
| 237 | |||
| 238 | //this.ruleForm.tdyt = res.result.zdjbxxdatas.ghytmc; | ||
| 239 | |||
| 240 | |||
| 235 | } | 241 | } |
| 236 | }) | 242 | }) |
| 237 | }, | 243 | }, | ... | ... |
-
Please register or sign in to post a comment