Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
Overview
Overview
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
memberTag
memberTag-web
Commits
71e63128
Commit
71e63128
authored
Apr 24, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 线上bug
parent
317a1073
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
tag-config-options.vue
src/components/tag/tag-config-options.vue
+1
-1
memberGroupEdit.vue
src/view/memberGroup/memberGroupEdit.vue
+1
-0
tag-container.vue
src/view/platformTag/tag-container.vue
+3
-2
No files found.
src/components/tag/tag-config-options.vue
View file @
71e63128
...
...
@@ -1672,7 +1672,7 @@ export default {
*/
getAsyncList
(
url
,
data
)
{
const
para
=
{
key
:
this
.
tagData
.
tagType
==
1
?
this
.
tagData
.
tagId
:
this
.
currentKey
,
key
:
[
1
,
2
].
includes
(
this
.
tagData
.
tagType
)
?
this
.
tagData
.
tagId
:
this
.
currentKey
,
requestProject
:
'gic-member-tag-web'
};
this
.
axios
.
post
(
`
${
this
.
baseUrl
}${
url
}
`
,
qs
.
stringify
(
para
))
...
...
src/view/memberGroup/memberGroupEdit.vue
View file @
71e63128
...
...
@@ -181,6 +181,7 @@
</div>
<tag-container
:data=
"tagsGroupList"
resource=
"memberGroupEdit"
:refersh=
"refreshList"
@
addTag=
"selectedTag"
style=
"height: 475px;overflow-y: auto;"
...
...
src/view/platformTag/tag-container.vue
View file @
71e63128
...
...
@@ -64,7 +64,7 @@
<span
v-else
>
--
</span>
</template>
</el-table-column>
<el-table-column
label=
"操作"
v-if=
"(
getCodeAuth('edit') || getCodeAuth('setValue') || getCodeAuth('delete')
)"
min-width=
"200"
fixed=
"right"
>
<el-table-column
label=
"操作"
v-if=
"(
(getCodeAuth('edit') || getCodeAuth('setValue') || getCodeAuth('delete')) && resource != 'memberGroupEdit'
)"
min-width=
"200"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<div
class=
"font-0"
>
<el-button
class=
"m-r-12"
type=
"text"
v-if=
"!isWeim && getCodeAuth('edit')"
:limit-code=
"getCode('edit')"
@
click=
"editHandTag(scope.row)"
>
编辑
</el-button>
...
...
@@ -100,7 +100,8 @@ export default {
},
groupId
:
String
,
refersh
:
Object
,
isWeim
:
Boolean
isWeim
:
Boolean
,
resource
:
String
},
data
()
{
...
...
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