切换实预测类型时清空选中户的qsztlist集合
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -1071,6 +1071,7 @@ export default { | ... | @@ -1071,6 +1071,7 @@ export default { |
1071 | }, | 1071 | }, |
1072 | watch: { | 1072 | watch: { |
1073 | scyclx(n) { | 1073 | scyclx(n) { |
1074 | this.hqsztList = []; | ||
1074 | // this.getLpb(this.$store.state.zrzbsm, n); | 1075 | // this.getLpb(this.$store.state.zrzbsm, n); |
1075 | if(n == '0'){ | 1076 | if(n == '0'){ |
1076 | this.lpbData = this.yclpbData; | 1077 | this.lpbData = this.yclpbData; | ... | ... |
-
Please register or sign in to post a comment