|
@@ -177,7 +177,7 @@
|
|
|
</li>
|
|
|
<li
|
|
|
class="editsty"
|
|
|
- @click="refreshSheet"
|
|
|
+ @click="refreshSheetEdb"
|
|
|
v-if="sheetDetailInfo.Button.RefreshButton&&isSheetBtnShow('refresh')"
|
|
|
>
|
|
|
刷新
|
|
@@ -773,7 +773,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
/* 刷新表格 */
|
|
|
- refreshSheet: _.debounce(async function () {
|
|
|
+ refreshSheetEdb: _.debounce(async function () {
|
|
|
const res = await sheetInterface.refreshCustomSheet({
|
|
|
ExcelInfoId: this.sheetDetailInfo.ExcelInfoId,
|
|
|
});
|