Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-baoshen-excel
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
topsun-baoshen-excel
Commits
4278b717
Commit
4278b717
authored
Jan 13, 2025
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4a1fd9ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
ExcelOperate.vue
...ws/comment-excel/components/ExcelOperate/ExcelOperate.vue
+1
-2
ExcelOperate.vue
...ews/var/varExcel/components/ExcelOperate/ExcelOperate.vue
+1
-2
No files found.
src/views/comment-excel/components/ExcelOperate/ExcelOperate.vue
View file @
4278b717
...
@@ -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
{
...
...
src/views/var/varExcel/components/ExcelOperate/ExcelOperate.vue
View file @
4278b717
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment