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