Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
c81827e0
Commit
c81827e0
authored
Jul 07, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: errorCode
parent
42108953
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
manualTagEdit.vue
src/views/ai/task/manualTagEdit.vue
+4
-4
No files found.
src/views/ai/task/manualTagEdit.vue
View file @
c81827e0
...
...
@@ -175,7 +175,7 @@ export default {
.
then
(
res
=>
{
const
{
errorCode
,
message
}
=
res
.
data
;
this
.
ruleForm
.
pending
=
false
;
if
(
errorCode
!==
1
)
{
if
(
errorCode
!==
0
)
{
this
.
$message
.
error
({
duration
:
1000
,
message
:
message
...
...
@@ -203,7 +203,7 @@ export default {
.
get
(
'/gic-member-tag-web/tagLevel/handSecondLevel?requestProject=marketing&tagLevelType=2'
)
.
then
(
res
=>
{
const
{
errorCode
,
result
}
=
res
.
data
;
if
(
errorCode
===
1
)
{
if
(
errorCode
===
0
)
{
this
.
optionsTwo
=
result
;
}
})
...
...
@@ -227,7 +227,7 @@ export default {
.
get
(
`/gic-member-tag-web/tagLevel/handThirdLevel?requestProject=marketing&tagLevelGroupId=
${
tagLevelGroupId
}
`
)
.
then
(
res
=>
{
const
{
errorCode
,
result
}
=
res
.
data
;
if
(
errorCode
===
1
)
{
if
(
errorCode
===
0
)
{
this
.
optionsThree
=
result
;
}
})
...
...
@@ -244,7 +244,7 @@ export default {
.
get
(
`/gic-member-tag-web/memberTag/getTagById?requestProject=marketing&tagId=
${
tagId
}
`
)
.
then
(
res
=>
{
const
{
errorCode
,
result
}
=
res
.
data
;
if
(
errorCode
===
1
)
{
if
(
errorCode
===
0
)
{
this
.
ruleForm
.
tagName
=
result
.
tagName
;
this
.
ruleForm
.
tagLevelGroupId
=
result
.
tagLevelGroupId
;
this
.
ruleForm
.
tagTwoLevelGroupId
=
result
.
tagTwoLevelGroupId
;
...
...
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