Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ba971f94
authored
May 17, 2021
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
x
parent
c25f1474
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletions
src/views/Goods/brand.vue
src/views/Goods/brand.vue
View file @
ba971f94
...
...
@@ -169,7 +169,20 @@
this
.
dialogVisible
=
true
},
submitUpdate
()
{
var
arr_
=
{
id
:
this
.
updateBranddata
[
0
].
id
,
remark
:
this
.
updateBranddata
[
0
].
remark
,
internal_standard_name
:
this
.
updateBranddata
[
0
].
internal_standard_name
}
this
.
$http
(
'post'
,
"/api/brand/update_brand"
,
arr_
).
then
(
res
=>
{
if
(
res
.
err_code
==
0
)
{
Message
(
"修改成功"
);
this
.
getData
()
this
.
dialogVisible
=
false
}
else
{
Message
(
res
.
err_msg
);
}
})
},
querySearchAsync2
(
queryString
,
cb
)
{
this
.
$http
(
'get'
,
"/api/search/getbrand"
,
{
...
...
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