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
939952af
Commit
939952af
authored
Sep 15, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改标签编辑
parent
67543581
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
edit-tag-dialog.vue
src/components/app/my-customer/edit-tag-dialog.vue
+8
-4
No files found.
src/components/app/my-customer/edit-tag-dialog.vue
View file @
939952af
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-09-01 17:16:25
* @LastEditors: 无尘
* @LastEditTime: 2020-09-15 1
1:38:44
* @LastEditTime: 2020-09-15 1
3:43:32
-->
<!--
...
...
@@ -131,7 +131,9 @@ export default {
mounted
()
{
const
that
=
this
;
if
(
Object
.
keys
(
that
.
editRow
).
length
)
{
that
.
form
=
JSON
.
parse
(
JSON
.
stringify
(
that
.
editRow
));
that
.
$nextTick
(()
=>
{
that
.
form
=
JSON
.
parse
(
JSON
.
stringify
(
that
.
editRow
));
});
}
},
// methods
...
...
@@ -250,7 +252,9 @@ export default {
getTagClassify
(
para
)
.
then
(
res
=>
{
that
.
tagsClassifyData
=
res
.
result
||
[];
that
.
currentCategoryId
?
that
.
form
.
categoryId
=
that
.
currentCategoryId
:
''
;
that
.
$nextTick
(()
=>
{
that
.
currentCategoryId
?
that
.
form
.
categoryId
=
that
.
currentCategoryId
:
''
;
});
})
.
catch
(
function
(
error
)
{
that
.
currentCategoryId
?
that
.
form
.
categoryId
=
that
.
currentCategoryId
:
''
;
...
...
@@ -261,7 +265,7 @@ export default {
editRow
(
val
)
{
const
that
=
this
;
if
(
Object
.
keys
(
val
).
length
)
{
that
.
$nextTick
(()
=>
{
that
.
$nextTick
(()
=>
{
that
.
form
=
JSON
.
parse
(
JSON
.
stringify
(
val
));
});
}
...
...
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