|
|
@@ -1,6 +1,13 @@
|
|
|
<template>
|
|
|
<div class="table-box button-table">
|
|
|
- <ProTable ref="proTable" :columns="columns" :request-api="getTableList" :init-param="initParam" :data-callback="dataCallback">
|
|
|
+ <ProTable
|
|
|
+ ref="proTable"
|
|
|
+ :columns="columns"
|
|
|
+ :request-api="getTableList"
|
|
|
+ :init-param="initParam"
|
|
|
+ :data-callback="dataCallback"
|
|
|
+ :refresh-reset-page="true"
|
|
|
+ >
|
|
|
<template #operation="scope">
|
|
|
<el-button type="primary" link @click="toDetail(scope.row)"> 查看详情 </el-button>
|
|
|
</template>
|