db203c81 by 杨威

切换实预测类型时清空选中户的qsztlist集合

1 parent b0a35dad
...@@ -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;
......