修改受理申请对应的功能
Showing
4 changed files
with
4 additions
and
3 deletions
... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
38 | </el-col> | 38 | </el-col> |
39 | <el-col :span="8"> | 39 | <el-col :span="8"> |
40 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记情形:"> | 40 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记情形:"> |
41 | <el-input disabled v-model="ruleForm.djqxmc"></el-input> | 41 | <el-input disabled v-model="ruleForm.slywxx.djqxmc"></el-input> |
42 | </el-form-item> | 42 | </el-form-item> |
43 | </el-col> | 43 | </el-col> |
44 | </el-row> | 44 | </el-row> | ... | ... |
... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
38 | </el-col> | 38 | </el-col> |
39 | <el-col :span="8"> | 39 | <el-col :span="8"> |
40 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记情形:"> | 40 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记情形:"> |
41 | <el-input disabled v-model="ruleForm.djqxmc"></el-input> | 41 | <el-input disabled v-model="ruleForm.slywxx.djqxmc"></el-input> |
42 | </el-form-item> | 42 | </el-form-item> |
43 | </el-col> | 43 | </el-col> |
44 | </el-row> | 44 | </el-row> | ... | ... |
... | @@ -127,7 +127,7 @@ export default { | ... | @@ -127,7 +127,7 @@ export default { |
127 | })) | 127 | })) |
128 | if (item.sffqlc == '1') { | 128 | if (item.sffqlc == '1') { |
129 | this.btnDisabled = false | 129 | this.btnDisabled = false |
130 | Cookies.set("bsmSqyw", item.parentid) | 130 | Cookies.set("bsmSqyw", item.bsmSqyw) |
131 | this.djywbm = item.djywbm | 131 | this.djywbm = item.djywbm |
132 | } | 132 | } |
133 | }, | 133 | }, | ... | ... |
-
Please register or sign in to post a comment