|
@@ -134,6 +134,10 @@ export default {
|
|
|
type: Array
|
|
|
}
|
|
|
},
|
|
|
+
|
|
|
+ destroyed:function(){
|
|
|
+ this.searchVal = ''
|
|
|
+ },
|
|
|
data() {
|
|
|
return {
|
|
|
poolDetailList: [[{questionDetailList:[]}],[{questionDetailList:[]}],[],[],[],[]], //默认6个部分
|
|
@@ -512,7 +516,7 @@ export default {
|
|
|
this.currentLis.map((id)=>{
|
|
|
tmpArr.push(res.data.data[id]);
|
|
|
})
|
|
|
- console.log(tmpArr,'多选既往史')
|
|
|
+ // console.log(tmpArr,'多选既往史')
|
|
|
this.selectArr.map((flg,idx)=>{ //判断右侧有没有选中
|
|
|
if(flg){ //有选中
|
|
|
if(idx == 0 || idx == 1){
|