查询提交
Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -130,6 +130,9 @@ export default { | ... | @@ -130,6 +130,9 @@ export default { |
| 130 | }, | 130 | }, |
| 131 | handleSelectionChange (val) { | 131 | handleSelectionChange (val) { |
| 132 | this.bdcdysz = val | 132 | this.bdcdysz = val |
| 133 | }, | ||
| 134 | queryClick(){ | ||
| 135 | this.fetchData(); | ||
| 133 | } | 136 | } |
| 134 | }, | 137 | }, |
| 135 | }; | 138 | }; | ... | ... |
-
Please register or sign in to post a comment