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
cf9dff3d
Commit
cf9dff3d
authored
Jan 10, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改公共区域关联设置关联字段
parent
f84f0bdf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ExcelOperate.vue
...ws/comment-excel/components/ExcelOperate/ExcelOperate.vue
+3
-3
No files found.
src/views/comment-excel/components/ExcelOperate/ExcelOperate.vue
View file @
cf9dff3d
...
...
@@ -483,10 +483,10 @@ const confirmBeConnect = () => {
Object
.
assign
(
cachCurrentBeConnectInfo
,
unref
(
data
))
currentConnectInfo
.
excelAreaBeId
=
data
.
excelAreaId
// 如果是
附加
区域,那么直接关联
// 如果是
公共
区域,那么直接关联
if
(
cachCurrentConnectInfo
.
excelAreaType
==
'
attach
_area'
||
data
.
excelAreaType
==
'
attach
_area'
cachCurrentConnectInfo
.
excelAreaType
==
'
public
_area'
||
data
.
excelAreaType
==
'
public
_area'
)
{
return
addConnect
([]).
then
(()
=>
{
chooseVisible
.
value
=
false
...
...
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