Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Tia-dev
Project
Project
Details
Activity
Releases
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
Dida Adams Arizona
Tia-dev
Commits
a33d80c3
Commit
a33d80c3
authored
Jan 19, 2021
by
d.arizona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apdet
parent
c893bbed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
HomePage.js
src/container/HomePage.js
+2
-1
No files found.
src/container/HomePage.js
View file @
a33d80c3
...
@@ -251,7 +251,7 @@ class HomePage extends Component {
...
@@ -251,7 +251,7 @@ class HomePage extends Component {
api
.
create
().
getListUserSubcoMR
(
this
.
state
.
month
.
month_id
,
this
.
state
.
periodeMR
.
value
).
then
((
response
)
=>
{
api
.
create
().
getListUserSubcoMR
(
this
.
state
.
month
.
month_id
,
this
.
state
.
periodeMR
.
value
).
then
((
response
)
=>
{
let
valueSubmitMR
=
0
let
valueSubmitMR
=
0
let
dataMR
=
[]
let
dataMR
=
[]
//
console.log(response)
console
.
log
(
response
)
if
(
response
.
data
)
{
if
(
response
.
data
)
{
if
(
response
.
data
.
status
===
"success"
)
{
if
(
response
.
data
.
status
===
"success"
)
{
response
.
data
.
data
.
map
((
item
,
index
)
=>
{
response
.
data
.
data
.
map
((
item
,
index
)
=>
{
...
@@ -744,6 +744,7 @@ class HomePage extends Component {
...
@@ -744,6 +744,7 @@ class HomePage extends Component {
{...this.state.listMonth}
{...this.state.listMonth}
id="month"
id="month"
onChange={(event, newInputValue) => this.setState({ month: newInputValue, loading: true }, () => {
onChange={(event, newInputValue) => this.setState({ month: newInputValue, loading: true }, () => {
this.getListUserSubcoMR()
// if (this.state.isApprover === true) {
// if (this.state.isApprover === true) {
// this.getCompanySubmitted()
// this.getCompanySubmitted()
// } else {
// } else {
...
...
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