Commit 4278b717 authored by 何远江's avatar 何远江

1

parent 4a1fd9ff
......@@ -96,7 +96,6 @@
<el-button type="primary" size="small" @click="toRun">执行解析</el-button>
<el-button type="primary" size="small" @click="copy">复制</el-button>
<el-button
v-if="commentExcelStore.copyFileId"
:loading="pasteLoading"
type="primary"
size="small"
......@@ -797,7 +796,7 @@ const pasteConfig = async () => {
// 5、刷新当前页 or 刷新当前excel
setTimeout(() => {
window.location.reload();
// window.location.reload();
}, 1500);
} catch {
......
......@@ -96,7 +96,6 @@
<el-button type="primary" size="small" @click="toRun">执行解析</el-button>
<el-button type="primary" size="small" @click="copy">复制</el-button>
<el-button
v-if="commentExcelStore.copyFileId"
:loading="pasteLoading"
type="primary"
size="small"
......@@ -795,7 +794,7 @@ const pasteConfig = async () => {
// 5、刷新当前页 or 刷新当前excel
setTimeout(() => {
window.location.reload();
// window.location.reload();
}, 1500);
} catch {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment