1
Showing
3 changed files
with
1 additions
and
4 deletions
... | @@ -196,7 +196,7 @@ | ... | @@ -196,7 +196,7 @@ |
196 | </el-row> | 196 | </el-row> |
197 | <el-row> | 197 | <el-row> |
198 | <el-col :span="24"> | 198 | <el-col :span="24"> |
199 | <el-form-item :class="flag ? 'marginBot0' : ''" label="最高债权确定事实和数额:" label-width="200px"> | 199 | <el-form-item :class="flag ? 'marginBot0' : ''" label="最高债权确定事实和数额:" > |
200 | <el-input v-model="ruleForm.diyaq.zgzqqdss"></el-input> | 200 | <el-input v-model="ruleForm.diyaq.zgzqqdss"></el-input> |
201 | </el-form-item> | 201 | </el-form-item> |
202 | </el-col> | 202 | </el-col> | ... | ... |
... | @@ -166,7 +166,6 @@ export default { | ... | @@ -166,7 +166,6 @@ export default { |
166 | }); | 166 | }); |
167 | }, | 167 | }, |
168 | handleSelectionChange(val) { | 168 | handleSelectionChange(val) { |
169 | debugger; | ||
170 | val.forEach((item, index) => { | 169 | val.forEach((item, index) => { |
171 | item.bsmSsql = item.bsmQlxx; | 170 | item.bsmSsql = item.bsmQlxx; |
172 | item.ybdcqzsh = item.bdcqzh; | 171 | item.ybdcqzsh = item.bdcqzh; | ... | ... |
... | @@ -157,7 +157,6 @@ export default { | ... | @@ -157,7 +157,6 @@ export default { |
157 | message: "发起申请成功", | 157 | message: "发起申请成功", |
158 | type: "success", | 158 | type: "success", |
159 | }); | 159 | }); |
160 | debugger; | ||
161 | if (!this.isJump) { | 160 | if (!this.isJump) { |
162 | this.jump(res.result, this.djywbm); | 161 | this.jump(res.result, this.djywbm); |
163 | } else { | 162 | } else { |
... | @@ -169,7 +168,6 @@ export default { | ... | @@ -169,7 +168,6 @@ export default { |
169 | }); | 168 | }); |
170 | }, | 169 | }, |
171 | handleSelectionChange(val) { | 170 | handleSelectionChange(val) { |
172 | debugger; | ||
173 | val.forEach((item, index) => { | 171 | val.forEach((item, index) => { |
174 | item.bsmSsql = item.bsmQlxx; | 172 | item.bsmSsql = item.bsmQlxx; |
175 | item.ybdcqzsh = item.bdcqzh; | 173 | item.ybdcqzsh = item.bdcqzh; | ... | ... |
-
Please register or sign in to post a comment