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

1

parent 4a1fd9ff
...@@ -96,7 +96,6 @@ ...@@ -96,7 +96,6 @@
<el-button type="primary" size="small" @click="toRun">执行解析</el-button> <el-button type="primary" size="small" @click="toRun">执行解析</el-button>
<el-button type="primary" size="small" @click="copy">复制</el-button> <el-button type="primary" size="small" @click="copy">复制</el-button>
<el-button <el-button
v-if="commentExcelStore.copyFileId"
:loading="pasteLoading" :loading="pasteLoading"
type="primary" type="primary"
size="small" size="small"
...@@ -797,7 +796,7 @@ const pasteConfig = async () => { ...@@ -797,7 +796,7 @@ const pasteConfig = async () => {
// 5、刷新当前页 or 刷新当前excel // 5、刷新当前页 or 刷新当前excel
setTimeout(() => { setTimeout(() => {
window.location.reload(); // window.location.reload();
}, 1500); }, 1500);
} catch { } catch {
......
...@@ -96,7 +96,6 @@ ...@@ -96,7 +96,6 @@
<el-button type="primary" size="small" @click="toRun">执行解析</el-button> <el-button type="primary" size="small" @click="toRun">执行解析</el-button>
<el-button type="primary" size="small" @click="copy">复制</el-button> <el-button type="primary" size="small" @click="copy">复制</el-button>
<el-button <el-button
v-if="commentExcelStore.copyFileId"
:loading="pasteLoading" :loading="pasteLoading"
type="primary" type="primary"
size="small" size="small"
...@@ -795,7 +794,7 @@ const pasteConfig = async () => { ...@@ -795,7 +794,7 @@ const pasteConfig = async () => {
// 5、刷新当前页 or 刷新当前excel // 5、刷新当前页 or 刷新当前excel
setTimeout(() => { setTimeout(() => {
window.location.reload(); // window.location.reload();
}, 1500); }, 1500);
} catch { } 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