1
Showing
5 changed files
with
10 additions
and
12 deletions
| ... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
| 36 | <el-col :span="4" class="btnColRight"> | 36 | <el-col :span="4" class="btnColRight"> |
| 37 | <el-form-item> | 37 | <el-form-item> |
| 38 | <el-button type="primary" native-type="submit" @click="queryClick">查询</el-button> | 38 | <el-button type="primary" native-type="submit" @click="queryClick">查询</el-button> |
| 39 | <el-button @click="moreQueryClick()">高级查询</el-button> | 39 | <el-button @click="moreQueryClick">高级查询</el-button> |
| 40 | </el-form-item> | 40 | </el-form-item> |
| 41 | </el-col> | 41 | </el-col> |
| 42 | </el-row> | 42 | </el-row> | ... | ... |
| ... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
| 38 | <el-col :span="4" class="btnColRight"> | 38 | <el-col :span="4" class="btnColRight"> |
| 39 | <el-form-item> | 39 | <el-form-item> |
| 40 | <el-button type="primary" native-type="submit" @click="queryClick">查询</el-button> | 40 | <el-button type="primary" native-type="submit" @click="queryClick">查询</el-button> |
| 41 | <el-button @click="moreQueryClick()">高级查询</el-button> | 41 | <el-button @click="moreQueryClick">高级查询</el-button> |
| 42 | </el-form-item> | 42 | </el-form-item> |
| 43 | </el-col> | 43 | </el-col> |
| 44 | </el-row> | 44 | </el-row> |
| ... | @@ -64,7 +64,6 @@ export default { | ... | @@ -64,7 +64,6 @@ export default { |
| 64 | mixins: [table], | 64 | mixins: [table], |
| 65 | mounted () { | 65 | mounted () { |
| 66 | sendThis(this); | 66 | sendThis(this); |
| 67 | this.queryClick() | ||
| 68 | }, | 67 | }, |
| 69 | computed: { | 68 | computed: { |
| 70 | ...mapGetters(['dictData']) | 69 | ...mapGetters(['dictData']) | ... | ... |
| ... | @@ -32,7 +32,7 @@ | ... | @@ -32,7 +32,7 @@ |
| 32 | <el-col :span="4" class="btnColRight"> | 32 | <el-col :span="4" class="btnColRight"> |
| 33 | <el-form-item> | 33 | <el-form-item> |
| 34 | <el-button type="primary" native-type="submit" @click="queryClick">查询</el-button> | 34 | <el-button type="primary" native-type="submit" @click="queryClick">查询</el-button> |
| 35 | <el-button @click="moreQueryClick()">高级查询</el-button> | 35 | <el-button @click="moreQueryClick">高级查询</el-button> |
| 36 | </el-form-item> | 36 | </el-form-item> |
| 37 | </el-col> | 37 | </el-col> |
| 38 | </el-row> | 38 | </el-row> |
| ... | @@ -57,7 +57,6 @@ export default { | ... | @@ -57,7 +57,6 @@ export default { |
| 57 | mixins: [table], | 57 | mixins: [table], |
| 58 | mounted () { | 58 | mounted () { |
| 59 | sendThis(this) | 59 | sendThis(this) |
| 60 | this.queryClick() | ||
| 61 | }, | 60 | }, |
| 62 | data () { | 61 | data () { |
| 63 | return { | 62 | return { | ... | ... |
| ... | @@ -6,32 +6,32 @@ | ... | @@ -6,32 +6,32 @@ |
| 6 | <el-row> | 6 | <el-row> |
| 7 | <el-col :span="5"> | 7 | <el-col :span="5"> |
| 8 | <el-form-item label="不动产权证号" label-width="100px"> | 8 | <el-form-item label="不动产权证号" label-width="100px"> |
| 9 | <el-input placeholder="请输入不动产权证号" class="width100" @clear="queryClick()" v-model="queryForm.bdcqzh"> | 9 | <el-input placeholder="请输入不动产权证号" class="width100" @clear="queryClick" v-model="queryForm.bdcqzh"> |
| 10 | </el-input> | 10 | </el-input> |
| 11 | </el-form-item> | 11 | </el-form-item> |
| 12 | </el-col> | 12 | </el-col> |
| 13 | <el-col :span="5"> | 13 | <el-col :span="5"> |
| 14 | <el-form-item label="印刷序列号" label-width="100px"> | 14 | <el-form-item label="印刷序列号" label-width="100px"> |
| 15 | <el-input placeholder="请输入印刷序列号" class="width100" @clear="queryClick()" v-model="queryForm.ysxlh"> | 15 | <el-input placeholder="请输入印刷序列号" class="width100" @clear="queryClick" v-model="queryForm.ysxlh"> |
| 16 | </el-input> | 16 | </el-input> |
| 17 | </el-form-item> | 17 | </el-form-item> |
| 18 | </el-col> | 18 | </el-col> |
| 19 | <el-col :span="5"> | 19 | <el-col :span="5"> |
| 20 | <el-form-item label="业务号"> | 20 | <el-form-item label="业务号"> |
| 21 | <el-input placeholder="请输入业务号" class="width100" @clear="queryClick()" v-model="queryForm.ywh"> | 21 | <el-input placeholder="请输入业务号" class="width100" @clear="queryClick" v-model="queryForm.ywh"> |
| 22 | </el-input> | 22 | </el-input> |
| 23 | </el-form-item> | 23 | </el-form-item> |
| 24 | </el-col> | 24 | </el-col> |
| 25 | <el-col :span="5"> | 25 | <el-col :span="5"> |
| 26 | <el-form-item label="领取人"> | 26 | <el-form-item label="领取人"> |
| 27 | <el-input placeholder="请输入领取人" class="width100" @clear="queryClick()" v-model="queryForm.lqr"> | 27 | <el-input placeholder="请输入领取人" class="width100" @clear="queryClick" v-model="queryForm.lqr"> |
| 28 | </el-input> | 28 | </el-input> |
| 29 | </el-form-item> | 29 | </el-form-item> |
| 30 | </el-col> | 30 | </el-col> |
| 31 | 31 | ||
| 32 | <el-col :span="4" class="btnColRight"> | 32 | <el-col :span="4" class="btnColRight"> |
| 33 | <el-form-item> | 33 | <el-form-item> |
| 34 | <el-button type="primary" native-type="submit" @click="queryClick()">查询</el-button> | 34 | <el-button type="primary" native-type="submit" @click="queryClick">查询</el-button> |
| 35 | <el-button @click="moreQueryClick()">高级查询</el-button> | 35 | <el-button @click="moreQueryClick()">高级查询</el-button> |
| 36 | </el-form-item> | 36 | </el-form-item> |
| 37 | </el-col> | 37 | </el-col> | ... | ... |
| ... | @@ -33,10 +33,10 @@ | ... | @@ -33,10 +33,10 @@ |
| 33 | <el-form-item> | 33 | <el-form-item> |
| 34 | <el-button | 34 | <el-button |
| 35 | type="primary" | 35 | type="primary" |
| 36 | @click="queryClick()" | 36 | @click="queryClick" |
| 37 | >查询</el-button | 37 | >查询</el-button |
| 38 | > | 38 | > |
| 39 | <el-button @click="moreQueryClick()">高级查询</el-button> | 39 | <el-button @click="moreQueryClick">高级查询</el-button> |
| 40 | </el-form-item> | 40 | </el-form-item> |
| 41 | </el-col> | 41 | </el-col> |
| 42 | </el-row> | 42 | </el-row> | ... | ... |
-
Please register or sign in to post a comment