style:申请业务规则
Showing
2 changed files
with
4 additions
and
4 deletions
... | @@ -259,7 +259,7 @@ class data extends filter { | ... | @@ -259,7 +259,7 @@ class data extends filter { |
259 | { | 259 | { |
260 | vm.form.djqx.map(option => { | 260 | vm.form.djqx.map(option => { |
261 | return ( | 261 | return ( |
262 | <el-option label={option.nodename} value={option.bsmSqyw}></el-option> | 262 | <el-option label={option.nodename} value={option.nodecode}></el-option> |
263 | ) | 263 | ) |
264 | }) | 264 | }) |
265 | } | 265 | } | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-13 13:38:21 | 4 | * @LastEditTime: 2024-01-22 15:49:28 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div> | 7 | <div> |
... | @@ -211,7 +211,6 @@ | ... | @@ -211,7 +211,6 @@ |
211 | } | 211 | } |
212 | }, | 212 | }, |
213 | methods: { | 213 | methods: { |
214 | //页面初始化 | ||
215 | /** | 214 | /** |
216 | * @description: 页面初始化 | 215 | * @description: 页面初始化 |
217 | * @author: renchao | 216 | * @author: renchao |
... | @@ -233,6 +232,7 @@ | ... | @@ -233,6 +232,7 @@ |
233 | } | 232 | } |
234 | }) | 233 | }) |
235 | } | 234 | } |
235 | console.log(this.clxxList); | ||
236 | }, | 236 | }, |
237 | /** | 237 | /** |
238 | * @description: orderNoChange | 238 | * @description: orderNoChange |
... | @@ -289,7 +289,7 @@ | ... | @@ -289,7 +289,7 @@ |
289 | getSqdjywDetail(bsmSqyw).then((res) => { | 289 | getSqdjywDetail(bsmSqyw).then((res) => { |
290 | if (res.code === 200) { | 290 | if (res.code === 200) { |
291 | this.form = res.result; | 291 | this.form = res.result; |
292 | console.log(this.form.clxx); | 292 | console.log(this.form); |
293 | if (that.formData.sqfl == "2") { | 293 | if (that.formData.sqfl == "2") { |
294 | that.form.ywmcList = that.form.djlx.map(item => ({ nodename: item.djywmc + '+' + item.nodename, bsmSqyw: item.bsmSqyw })) | 294 | that.form.ywmcList = that.form.djlx.map(item => ({ nodename: item.djywmc + '+' + item.nodename, bsmSqyw: item.bsmSqyw })) |
295 | } | 295 | } | ... | ... |
-
Please register or sign in to post a comment