gaoluyang
2025-03-21 655aee70727fe0479442d02cec27114eaed15872
src/views/CNAS/personnel/personalOverview/index.vue
@@ -6,8 +6,8 @@
          <el-input v-model="entity.name" clearable></el-input>
        </el-form-item>
        <el-form-item>
          <el-button @click="refresh">重 置</el-button>
          <el-button type="primary" @click="currentPage= 1,list=[],finishLoding = false,keyMap = {},refreshTable()">查 询</el-button>
          <el-button size="mini" type="primary" @click="currentPage= 1,list=[],finishLoding = false,keyMap = {},refreshTable()">查询</el-button>
          <el-button @click="refresh" size="mini">重置</el-button>
        </el-form-item>
      </el-form>
    </div>
@@ -49,6 +49,7 @@
import ScrollPagination from '@/components/index/scroll-paging.vue'
import {selectUserCondition} from "@/api/business/inspectionTask";
export default {
  name: 'Personaloverview',
  components: {
    ScrollPagination
  },