Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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
office
haoban-4
Commits
c20aebd5
Commit
c20aebd5
authored
Sep 07, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改标签
parent
d2abc141
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
clerk-tag.vue
src/views/apps/customer-app/clerk-tag.vue
+12
-3
No files found.
src/views/apps/customer-app/clerk-tag.vue
View file @
c20aebd5
...
...
@@ -14,7 +14,7 @@
<div
class=
"clerk-tag-add text-center"
>
<el-button
icon=
"el-icon-plus"
@
click=
"toAddCate"
>
新建分类
</el-button>
</div>
<tag-classify-list
:brand-id=
"brandId"
@
refreshClassify=
"refreshClassify"
@
changeClass=
"changeClass"
></tag-classify-list>
<tag-classify-list
:
tag-list=
"tagsClassifyData"
:
brand-id=
"brandId"
@
refreshClassify=
"refreshClassify"
@
changeClass=
"changeClass"
></tag-classify-list>
</div>
<div
class=
"clerk-tag-right p-20 border-box"
>
<div
class=
"clerk-tag-search"
>
...
...
@@ -333,7 +333,7 @@ export default {
.
then
(
res
=>
{
that
.
tagsClassifyData
=
res
.
result
||
[];
if
(
res
.
result
&&
res
.
result
.
length
)
{
that
.
currentClassify
=
that
.
currentClassify
?
that
.
currentClassify
:
res
.
result
[
0
].
c
lassif
yId
;
that
.
currentClassify
=
that
.
currentClassify
?
that
.
currentClassify
:
res
.
result
[
0
].
c
ategor
yId
;
that
.
getTableList
();
}
})
...
...
@@ -342,7 +342,16 @@ export default {
});
}
},
watch
:
{}
watch
:
{
brandId
(
val
)
{
const
that
=
this
;
if
(
val
)
{
that
.
searchVal
=
''
;
that
.
currentClassify
=
''
;
that
.
getClassifyList
();
}
}
}
};
</
script
>
<
style
lang=
'less'
scoped
>
...
...
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