瀏覽代碼

宅基地调查

wulanhaote
yujk 3 年之前
父節點
當前提交
4962f8b000
共有 1 個檔案被更改,包括 21 行新增19 行删除
  1. +21
    -19
      src/views/homesteadSurvey/list.vue

+ 21
- 19
src/views/homesteadSurvey/list.vue 查看文件

@@ -954,25 +954,27 @@
} }
this.qlrform={} this.qlrform={}
listSuyqr(params).then((response) => { listSuyqr(params).then((response) => {
this.qlrform = response.rows[0]
this.zjlxOptions.map(res => {
if(res.dictValue == this.qlrform.dbrzjlx){
this.qlrform.dbrzjlxName = res.dictLabel
}
if(res.dictValue == this.qlrform.dlrzjlx){
this.qlrform.dlrzjlxName = res.dictLabel
}
})
this.suyqxzOptions.map(res => {
if(res.dictValue == this.qlrform.suyqxz){
this.qlrform.suyqxzName = res.dictLabel
}
})
this.sjlyOptions.map(res => {
if(res.dictValue == this.qlrform.sjly){
this.qlrform.sjlyName = res.dictLabel
}
})
if(response.rows.length>0){
this.qlrform = response.rows[0]
this.zjlxOptions.map(res => {
if(res.dictValue == this.qlrform.dbrzjlx){
this.qlrform.dbrzjlxName = res.dictLabel
}
if(res.dictValue == this.qlrform.dlrzjlx){
this.qlrform.dlrzjlxName = res.dictLabel
}
})
this.suyqxzOptions.map(res => {
if(res.dictValue == this.qlrform.suyqxz){
this.qlrform.suyqxzName = res.dictLabel
}
})
this.sjlyOptions.map(res => {
if(res.dictValue == this.qlrform.sjly){
this.qlrform.sjlyName = res.dictLabel
}
})
}
}); });
}, },
// 查询农户列表 // 查询农户列表


Loading…
取消
儲存