Tcsm
2023-10-22 251cc3290959d2085aa3359d6f74d97db914d182
ruoyi-ui/src/views/marry/index.vue
@@ -1,5 +1,5 @@
<template>
  <div class="app-container">
  <div class="app-container"  id="printable-content">
    <!--    回到顶部-->
    <el-backtop :bottom="150" :right="30">
      <el-button type="primary" circle
@@ -144,6 +144,15 @@
                @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>
@@ -759,10 +768,11 @@
      //个人信息
      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;