Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
于良
8 years ago
Commit
7b5a21dbecfee9240a2afa5c2560f99c4962b1aa
1 parent
b1e923a2
删除log review by 盖剑秋
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/recorder/components/product/Product.js
js/recorder/components/product/Product.js
View file @
7b5a21d
...
...
@@ -220,7 +220,7 @@ export default class Product extends Component {
editing
,
currentTab
,
}
=
this
.
props
.
data
;
console
.
log
(
this
.
props
.
data
.
toJS
());
let
dataArray
=
[];
let
isLoading
=
false
;
let
showList
=
(
commonProduct
.
get
(
'productList'
).
size
&&
!
commonProduct
.
get
(
'isFetching'
))
||
(
globalProduct
.
get
(
'productList'
).
size
&&
!
commonProduct
.
get
(
'isFetching'
));
...
...
Please
register
or
login
to post a comment