| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <div class="app-container" id="printable-content"> |
| | | <!-- 回到顶部--> |
| | | <el-backtop :bottom="150" :right="30"> |
| | | <el-button type="primary" circle |
| | |
| | | @click="handleExport" |
| | | v-hasPermi="['family:note:export']" |
| | | >导出</el-button></el-col> |
| | | |
| | | <el-col style="padding-top: 10px;"> |
| | | <el-button |
| | | plain |
| | | style="width: 80px;height: 32px;background: #FFDDE3;" |
| | | v-print="'#printable-content'" |
| | | v-hasPermi="['family:note:export']" |
| | | >打印</el-button></el-col> |
| | | |
| | | |
| | | </el-row> |
| | | |
| | |
| | | //个人信息 |
| | | listMarry(this.queryParams).then(response => { |
| | | |
| | | if(response.data.length == 0){ |
| | | if(response.data.length === 0){ |
| | | this.loading = false; |
| | | this.marryList={}; |
| | | this.oldSpouseList = {}; |
| | | console.log(this.marryList) |
| | | } |
| | | else{ |
| | | this.marryList = response.data; |