张泽亮 5 dni temu
rodzic
commit
0a79719eaf
3 zmienionych plików z 5 dodań i 5 usunięć
  1. +2
    -2
      src/views/app/list.vue
  2. +2
    -2
      src/views/app/operate_edit.vue
  3. +1
    -1
      src/views/resource/land/index.vue

+ 2
- 2
src/views/app/list.vue Wyświetl plik

@@ -5,7 +5,7 @@
<div class="search_box"> <div class="search_box">
<div class="left"> <div class="left">
<p @click="showPicker = true">{{surveyStatus}}<van-icon name="play" /></p> <p @click="showPicker = true">{{surveyStatus}}<van-icon name="play" /></p>
<van-field v-model="value" @input="searchChange" @clear="searchClear" clearable left-icon="search" placeholder="请输入地块名称" />
<van-field v-model="value" @input="searchChange" @clear="searchClear" clearable left-icon="search" placeholder="地块编码" />
</div> </div>
<van-button type="primary" round @click="goSearch" >搜索</van-button> <van-button type="primary" round @click="goSearch" >搜索</van-button>
</div> </div>
@@ -103,7 +103,7 @@
this.showPicker = false; this.showPicker = false;
}, },
searchChange(value) { searchChange(value) {
this.queryParams.dkmc = value;
this.queryParams.dkbm = value;
}, },
goSearch(){ goSearch(){
this.queryParams.pageNum = 1; this.queryParams.pageNum = 1;


+ 2
- 2
src/views/app/operate_edit.vue Wyświetl plik

@@ -171,9 +171,9 @@
this.form = response.data this.form = response.data
}) })
} }
getInfoByImportCode(response.data.importCode).then((res) => {
/*getInfoByImportCode(response.data.importCode).then((res) => {
this.form.deptId = res.data.deptId this.form.deptId = res.data.deptId
});
});*/
}); });
}, },
onConfirmJydxlx(value) { onConfirmJydxlx(value) {


+ 1
- 1
src/views/resource/land/index.vue Wyświetl plik

@@ -514,7 +514,7 @@ export default {
dkmc: null, dkmc: null,
syqxz: '30', syqxz: '30',
dklb: '22', dklb: '22',
tdlylx: '011',
tdlylx: '01',
dldj: '01', dldj: '01',
tdyt: '1', tdyt: '1',
sfjbnt: '1', sfjbnt: '1',


Ładowanie…
Anuluj
Zapisz