智慧保安考试系统
+
liuyg
2022-01-17 663d14eb516c0461afb612875b3d29b45510fca0
+
1 files modified
5 ■■■■ changed files
src/views/qiandao/signIn.vue 5 ●●●● patch | view | raw | blame | history
src/views/qiandao/signIn.vue
@@ -22,8 +22,8 @@
      @current-change="currentChange"
      @size-change="sizeChange"
      @refresh-change="refreshChange"
      @on-load="onLoad"
    >
      <!-- @on-load="onLoad" -->
      <template slot-scope="{ type, size, row }" slot="menu">
        <el-button
          icon="icon-zhengjian"
@@ -267,6 +267,9 @@
      this.loading = true;
      params["trainingUnitId"] = this.userInfo.dept_id;
      params["signTime"] = this.query["signTime"];
      if (!params.signTime) {
        return;
      }
      getListSign(
        page.currentPage,
        page.pageSize,