|  | @@ -2,6 +2,7 @@
 | 
	
		
			
				|  |  |    <base-form slot="content" ref="ruleForm" :data="searchData">
 | 
	
		
			
				|  |  |      <div slot="footer">
 | 
	
		
			
				|  |  |        <el-button :loading="listLoading" icon="el-icon-search" class="xl-form-btn bgc1" @click="searchHandle">查询:{{name}}</el-button>
 | 
	
		
			
				|  |  | +      <el-button :loading="listLoading" icon="el-icon-plus" class="xl-form-btn bgc2" @click="addHandle">添加成交价</el-button>
 | 
	
		
			
				|  |  |        <el-button v-if="!isHidePut" :loading="listLoading" icon="el-icon-document" class="xl-form-btn bgc4" @click="pushToUser">推送给关注{{name}}的用户</el-button>
 | 
	
		
			
				|  |  |        <!-- <el-button :loading="listLoading" icon="el-icon-document" class="xl-form-btn bgc2" @click="toExportExcel">导出{{ this.$route.meta.title }}信息</el-button> -->
 | 
	
		
			
				|  |  |      </div>
 | 
	
	
		
			
				|  | @@ -29,6 +30,10 @@ export default {
 | 
	
		
			
				|  |  |      this.getDef()
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    methods: {
 | 
	
		
			
				|  |  | +    addHandle () {
 | 
	
		
			
				|  |  | +      this.parentData.isDtlShow = true
 | 
	
		
			
				|  |  | +      this.parentData.curObj = {}
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  |      pushToUser () {
 | 
	
		
			
				|  |  |        this.$msg(`您确定要推送给关注的用户吗?`, 'confirm', () => {
 | 
	
		
			
				|  |  |          this.$api.user.admestatepricepush({
 |