gaoluyang
2025-03-21 f9d1ac78b245cb672342e96cf0e905b812352651
src/views/CNAS/personnel/personnelInfo/tabs/personnel-list.vue
@@ -6,8 +6,8 @@
          <el-input v-model="entity.name" clearable></el-input>
        </el-form-item>
        <el-form-item>
          <el-button size="small" style="margin-left: 10px" @click="refresh()">重 置</el-button>
          <el-button size="small" type="primary" @click="refreshTable()">查 询</el-button>
          <el-button size="mini" style="margin-left: 10px" @click="refresh()">重置</el-button>
          <el-button size="mini" type="primary" @click="refreshTable()">查询</el-button>
        </el-form-item>
      </el-form>
      <div>
@@ -57,7 +57,7 @@
      </div>
      <div v-if="selectUserDia" class="body" style="height: 60vh;">
        <lims-table :tableData="tableData1" :column="column1" :isSelection="true" :handleSelectionChange="selectMethod"
          height="560" :tableLoading="tableLoading1"></lims-table>
          height="520" :tableLoading="tableLoading1"></lims-table>
      </div>
      <span slot="footer" class="dialog-footer">
        <el-button @click="selectUserDia = false">取 消</el-button>