瀏覽代碼

新主题

ZaiZai 1 年之前
父節點
當前提交
514aa6d4e7
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      public/version.json
  2. 1 1
      src/views/tasks/sign-admin.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20231025172246"
+  "value": "20231025180836"
 }

+ 1 - 1
src/views/tasks/sign-admin.vue

@@ -41,7 +41,7 @@
             <HcTable
                 ref="tableListRef" :column="tableListColumn" :datas="tableData" :loading="tableLoading"
                 is-new :index-style="{ width: 60 }" is-check :check-style="{ width: 29 }"
-                @selection-change="tableSelection"
+                @selection-change="tableSelectionChange"
             >
                 <template #taskName="{ row }">
                     <span class="text-link" @click="rowTaskName(row)">{{ row?.taskName }}</span>