Compare commits

...

2 Commits

Author SHA1 Message Date
duyufeng
591220343a Merge branch 'temp' of http://123.60.103.97:3000/xuziqiang/SaaS-lib into temp 2024-08-16 17:30:59 +08:00
zhaohy
6a349afcf2 table组件去掉row-selection 2024-08-16 17:19:12 +08:00

View File

@@ -46,7 +46,7 @@
<slot name="header" v-bind="data || {}"></slot> <slot name="header" v-bind="data || {}"></slot>
</template> </template>
</ns-table-header> </ns-table-header>
<ns-basic-table ref="tableElRef" v-bind="getTableBindValues" :dataSource="tableData" :row-selection="rowSelection"> <ns-basic-table ref="tableElRef" v-bind="getTableBindValues" :dataSource="tableData">
<template #emptyText> <template #emptyText>
<template v-if="tableState.loadError"> <template v-if="tableState.loadError">
<div class="ns-table-content"> <div class="ns-table-content">
@@ -617,7 +617,6 @@ import { object } from 'vue-types';
//todo 异步加载|| 树形接口 //todo 异步加载|| 树形接口
function reload(clearDelay = true) { function reload(clearDelay = true) {
console.log("tiaogewu数个12345")
const pagination = unref(getPagination); const pagination = unref(getPagination);
fetch( fetch(
{ {