|  | @@ -13,7 +13,7 @@
 | 
											
												
													
														|  |            v-model="query.status"
 |  |            v-model="query.status"
 | 
											
												
													
														|  |            :data-list="getDictItem('app_question_status')"
 |  |            :data-list="getDictItem('app_question_status')"
 | 
											
												
													
														|  |            @change="refreshData"/>
 |  |            @change="refreshData"/>
 | 
											
												
													
														|  | -        <date-cell title="整改日期"  v-model="query.reformDate" @change="refreshData"/>
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <date-cell title="截止日期"  v-model="query.reformDate" @change="refreshData"/>
 | 
											
												
													
														|  |        </div>
 |  |        </div>
 | 
											
												
													
														|  |        <div class="card-list">
 |  |        <div class="card-list">
 | 
											
												
													
														|  |          <Scroll
 |  |          <Scroll
 | 
											
										
											
												
													
														|  | @@ -185,7 +185,6 @@ export default {
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      //获取数据列表
 |  |      //获取数据列表
 | 
											
												
													
														|  |      getDataList(){
 |  |      getDataList(){
 | 
											
												
													
														|  | -      console.log('233333')
 |  | 
 | 
											
												
													
														|  |        //if(!this.query.orgId) return this.$toast('请选择机构');
 |  |        //if(!this.query.orgId) return this.$toast('请选择机构');
 | 
											
												
													
														|  |        if( this.dataList.length !== 0 && this.dataList.length >= this.total) {
 |  |        if( this.dataList.length !== 0 && this.dataList.length >= this.total) {
 | 
											
												
													
														|  |          this.pullup = false;
 |  |          this.pullup = false;
 | 
											
										
											
												
													
														|  | @@ -208,7 +207,10 @@ export default {
 | 
											
												
													
														|  |            this.query.pageNum++;
 |  |            this.query.pageNum++;
 | 
											
												
													
														|  |            this.$refs.Scroll.refresh();
 |  |            this.$refs.Scroll.refresh();
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  | -      })
 |  | 
 | 
											
												
													
														|  | 
 |  | +      });
 | 
											
												
													
														|  | 
 |  | +      setTimeout(() => {
 | 
											
												
													
														|  | 
 |  | +        this.query.orgId = this.orgId;
 | 
											
												
													
														|  | 
 |  | +      }, 200);
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      clickItem(id,type){
 |  |      clickItem(id,type){
 | 
											
												
													
														|  |        this.$router.push({
 |  |        this.$router.push({
 |