Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
191ebac4
authored
Dec 01, 2024
by
Calcium-Ion
Committed by
GitHub
Dec 01, 2024
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #588 from iszcz/new512
渠道tag编辑名称
parents
db1becbb
89631463
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
web/src/pages/Channel/EditTagModal.js
+2
-2
No files found.
web/src/pages/Channel/EditTagModal.js
View file @
191ebac4
...
...
@@ -136,9 +136,9 @@ const EditTagModal = (props) => {
if
(
inputs
.
models
.
length
>
0
)
{
data
.
models
=
inputs
.
models
.
join
(
','
);
}
data
.
new
Tag
=
inputs
.
newT
ag
;
data
.
new
_tag
=
inputs
.
new_t
ag
;
// check have any change
if
(
data
.
model_mapping
===
undefined
&&
data
.
groups
===
undefined
&&
data
.
models
===
undefined
&&
data
.
new
T
ag
===
undefined
)
{
if
(
data
.
model_mapping
===
undefined
&&
data
.
groups
===
undefined
&&
data
.
models
===
undefined
&&
data
.
new
_t
ag
===
undefined
)
{
showWarning
(
'没有任何修改!'
);
setLoading
(
false
);
return
;
...
...
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