|  | @@ -6,7 +6,7 @@
 | 
	
		
			
				|  |  |          <span class="pange_text">合规性分析</span>
 | 
	
		
			
				|  |  |        </h2>
 | 
	
		
			
				|  |  |        <el-tabs type="border-card" class="xz_box" v-model="activeTabs" stretch>
 | 
	
		
			
				|  |  | -        <el-tab-pane label="合规性分析" name="hgxsc">
 | 
	
		
			
				|  |  | +        <el-tab-pane label="合规性分析" name="hgxfx">
 | 
	
		
			
				|  |  |            <Hgxsc
 | 
	
		
			
				|  |  |              v-loading="loading"
 | 
	
		
			
				|  |  |              @updateParent="changeData"
 | 
	
	
		
			
				|  | @@ -56,7 +56,7 @@ export default {
 | 
	
		
			
				|  |  |    data() {
 | 
	
		
			
				|  |  |      return {
 | 
	
		
			
				|  |  |        loading: false,
 | 
	
		
			
				|  |  | -      activeTabs: "hgxsc",
 | 
	
		
			
				|  |  | +      activeTabs: "hgxfx",
 | 
	
		
			
				|  |  |        // 日志
 | 
	
		
			
				|  |  |        rzBsm: "",
 | 
	
		
			
				|  |  |        nowObj: {}, //当前点击对象
 | 
	
	
		
			
				|  | @@ -76,6 +76,8 @@ export default {
 | 
	
		
			
				|  |  |        if (newValue != "hgxfx") this.$refs.hgxfx.reset();
 | 
	
		
			
				|  |  |        if (newValue != "lsju") this.$refs.lsju.reset();
 | 
	
		
			
				|  |  |        if (newValue != "scjg") this.$refs.scjg.reset();
 | 
	
		
			
				|  |  | +      console.log(newValue,'---',this.$refs.hgxfx)
 | 
	
		
			
				|  |  | +      if (newValue == "hgxfx") this.$refs.hgxfx.initform();
 | 
	
		
			
				|  |  |        if (newValue == "lsju") {
 | 
	
		
			
				|  |  |          this.$refs.lsju.reset();
 | 
	
		
			
				|  |  |          this.$refs.lsju.changeForm();
 |