Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
merchant-manage-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
merchant-manage-ui
Commits
8ba34eb5
Commit
8ba34eb5
authored
Aug 19, 2022
by
武广
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 去掉无用代码
parent
1aa6a80d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
index.jsx
src/pages/GoodsManage/index.jsx
+7
-6
No files found.
src/pages/GoodsManage/index.jsx
View file @
8ba34eb5
...
@@ -346,11 +346,6 @@ class goodsManage extends Component {
...
@@ -346,11 +346,6 @@ class goodsManage extends Component {
}
}
};
};
serviceVisbleOpen
=
()
=>
{
console
.
log
(
'
============>open
'
);
this
.
serviceVisbleClose
(
true
);
};
serviceVisbleClose
=
(
flag
,
refresh
)
=>
{
serviceVisbleClose
=
(
flag
,
refresh
)
=>
{
this
.
setState
({
this
.
setState
({
serviceVisble
:
flag
,
serviceVisble
:
flag
,
...
@@ -380,6 +375,13 @@ class goodsManage extends Component {
...
@@ -380,6 +375,13 @@ class goodsManage extends Component {
>
>
新增商品
新增商品
</
Button
>
</
Button
>
<
Button
type=
"primary"
className=
{
styles
.
button
}
onClick=
{
()
=>
this
.
serviceVisbleClose
(
true
)
}
>
新增服务类商品
</
Button
>
<
Card
>
<
Card
>
<
SearchForm
<
SearchForm
handleSearch=
{
this
.
handleSearch
}
handleSearch=
{
this
.
handleSearch
}
...
@@ -394,7 +396,6 @@ class goodsManage extends Component {
...
@@ -394,7 +396,6 @@ class goodsManage extends Component {
// addSpu={() => this.setState({ createVisible: true, initData: {} })}
// addSpu={() => this.setState({ createVisible: true, initData: {} })}
selectNum=
{
selectedRowKeys
.
length
}
selectNum=
{
selectedRowKeys
.
length
}
setArea=
{
(
isALL
,
type
)
=>
this
.
setArea
(
isALL
,
type
)
}
setArea=
{
(
isALL
,
type
)
=>
this
.
setArea
(
isALL
,
type
)
}
serviceVisbleOpen=
{
this
.
serviceVisbleOpen
}
/>
/>
</
Card
>
</
Card
>
<
Spin
spinning=
{
this
.
state
.
loading
}
>
<
Spin
spinning=
{
this
.
state
.
loading
}
>
...
...
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