|  | @@ -57,7 +57,7 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        <div slot="footer" class="dialog-footer">
 | 
	
		
			
				|  |  |          <!-- <el-button type="primary" @click="onSubmit">确定</el-button> -->
 | 
	
		
			
				|  |  | -        <el-button @click="onHide">取消</el-button>
 | 
	
		
			
				|  |  | +        <el-button @click="onHide">关闭</el-button>
 | 
	
		
			
				|  |  |        </div>
 | 
	
		
			
				|  |  |        <!-- 月度指数弹框 -->
 | 
	
		
			
				|  |  |      </DialogCom>
 | 
	
	
		
			
				|  | @@ -144,6 +144,10 @@
 | 
	
		
			
				|  |  |          </el-table-column>
 | 
	
		
			
				|  |  |          <el-table-column label="扣分" prop="score"> </el-table-column>
 | 
	
		
			
				|  |  |        </el-table>
 | 
	
		
			
				|  |  | +      <div slot="footer" class="dialog-footer">
 | 
	
		
			
				|  |  | +        <!-- <el-button type="primary" @click="onSubmit">确定</el-button> -->
 | 
	
		
			
				|  |  | +        <el-button @click="closeHandler">关闭</el-button>
 | 
	
		
			
				|  |  | +      </div>
 | 
	
		
			
				|  |  |      </DialogCom>
 | 
	
		
			
				|  |  |      <!-- 扣分明细弹框 -->
 | 
	
		
			
				|  |  |      <points ref="points" :monthNumeData="monthNumeData"></points>
 | 
	
	
		
			
				|  | @@ -238,6 +242,18 @@ export default {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        this.tableData = [];
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  | +    closeHandler(){
 | 
	
		
			
				|  |  | +      this.monthNum=false
 | 
	
		
			
				|  |  | +      this.itemTableList=[]
 | 
	
		
			
				|  |  | +      this.monthNumeData={
 | 
	
		
			
				|  |  | +        firstOrgName: "",
 | 
	
		
			
				|  |  | +        secondOrgName: "",
 | 
	
		
			
				|  |  | +        orgTypeText: "",
 | 
	
		
			
				|  |  | +        date: "",
 | 
	
		
			
				|  |  | +        levelName: "",
 | 
	
		
			
				|  |  | +        dataScore: "",
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  |      monthNumInit(row) {
 | 
	
		
			
				|  |  |        this.monthNum = true;
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -294,6 +310,7 @@ export default {
 | 
	
		
			
				|  |  |      cardHandler(item) {
 | 
	
		
			
				|  |  |        this.radio = item.typeCode;
 | 
	
		
			
				|  |  |        this.itemTableList = item.detailList;
 | 
	
		
			
				|  |  | +      
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      //打开前的回调
 | 
	
		
			
				|  |  |      openHandler() {},
 |