style:高级搜索完善
Showing
2 changed files
with
7 additions
and
13 deletions
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-25 09:31:27 | 4 | * @LastEditTime: 2023-10-26 14:46:56 |
5 | */ | 5 | */ |
6 | export default { | 6 | export default { |
7 | data () { | 7 | data () { |
... | @@ -40,11 +40,11 @@ export default { | ... | @@ -40,11 +40,11 @@ export default { |
40 | * @author: renchao | 40 | * @author: renchao |
41 | */ | 41 | */ |
42 | handleEmpty (el) { | 42 | handleEmpty (el) { |
43 | for (var i = 0; i < this.searchList.length; i++) { | 43 | // for (var i = 0; i < this.searchList.length; i++) { |
44 | if (el == this.searchList[i].zdm) { | 44 | // if (el == this.searchList[i].zdm) { |
45 | this.searchList.splice(i, 1) | 45 | // this.searchList.splice(i, 1) |
46 | } | 46 | // } |
47 | } | 47 | // } |
48 | let obj = { | 48 | let obj = { |
49 | ywlymc: 'ywly', | 49 | ywlymc: 'ywly', |
50 | qllxmc: 'qllx', | 50 | qllxmc: 'qllx', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-12 17:05:40 | 4 | * @LastEditTime: 2023-10-26 14:40:29 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -208,12 +208,6 @@ | ... | @@ -208,12 +208,6 @@ |
208 | mounted () { | 208 | mounted () { |
209 | sendThis(this); | 209 | sendThis(this); |
210 | }, | 210 | }, |
211 | watch: { | ||
212 | queryForm: { | ||
213 | handler (newName, oldName) { }, | ||
214 | immediate: true, | ||
215 | }, | ||
216 | }, | ||
217 | activated () { | 211 | activated () { |
218 | this.queryClick(); | 212 | this.queryClick(); |
219 | window["getBpageList"] = () => { | 213 | window["getBpageList"] = () => { | ... | ... |
-
Please register or sign in to post a comment