mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 18:22:55 +08:00
Merge remote-tracking branch 'boe/dev0731' into dev0731
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
</div>
|
||||
<div class="tableBox tabb">
|
||||
<BaseTable ref="auditTableRef" :columns="audiColums" :url="AUDIENCE_LIST" page-key="pageNo"
|
||||
v-model:params="audienceName" v-model:selectedRows="auditSelectRows"
|
||||
v-model:params="audienceName" :request="useTotalPage" v-model:selectedRows="auditSelectRows"
|
||||
v-model:selectedRowKeys="auditSelectRowKeys" type="checkbox"></BaseTable>
|
||||
</div>
|
||||
</div>
|
||||
@@ -311,7 +311,7 @@
|
||||
<script setup>
|
||||
import { message } from "ant-design-vue";
|
||||
import { computed, defineEmits, defineProps, ref, watch, onMounted, reactive, nextTick } from "vue";
|
||||
import {useNewRowsPageNoInit, useBoeApiAuditPage,request,useRequest } from "@/api/request";
|
||||
import {useNewRowsPageNoInit, useBoeApiAuditPage,request,useRequest ,useTotalPage } from "@/api/request";
|
||||
import dialog from "@/utils/dialog";
|
||||
import {AUDIENCE_LIST, ORG_CHILD_LIST, ORG_LIST, STUDENT_LIST, USER_LIST_PAGE} from "@/api/apis";
|
||||
import BaseTable from "@/components/common/BaseTable";
|
||||
|
||||
@@ -225,6 +225,7 @@ const remove = (id) => {
|
||||
function submitCall(flag) {
|
||||
searchDataInfo.pageIndex = 1
|
||||
flag && getTopList()
|
||||
closeDrawer()
|
||||
}
|
||||
// 计算选择的条数
|
||||
const selectNum = computed(() => state.selectedRowKeys.length - state.caseTitleList.length)
|
||||
|
||||
Reference in New Issue
Block a user