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
d22556a7
Commit
d22556a7
authored
Sep 11, 2020
by
Rifka Kurnia Irfiana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add managdoc qreview
parent
289c9276
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
QReview.js
src/container/DocumentManagement/QReview.js
+19
-19
No files found.
src/container/DocumentManagement/QReview.js
View file @
d22556a7
...
@@ -25,12 +25,12 @@ export default class AuditTahunan extends Component {
...
@@ -25,12 +25,12 @@ export default class AuditTahunan extends Component {
}
}
componentWillReceiveProps
(
props
)
{
componentWillReceiveProps
(
props
)
{
// console.log(props);
// console.log(props);
const
{
refresh
,
id
}
=
this
.
props
;
const
{
refresh
,
id
}
=
this
.
props
;
if
(
props
.
refresh
!==
refresh
)
{
if
(
props
.
refresh
!==
refresh
)
{
this
.
getData
()
this
.
getData
()
}
}
}
}
getData
()
{
getData
()
{
let
payload
=
{
let
payload
=
{
...
@@ -39,22 +39,22 @@ export default class AuditTahunan extends Component {
...
@@ -39,22 +39,22 @@ export default class AuditTahunan extends Component {
api
.
create
().
getAllDocument
(
payload
).
then
(
response
=>
{
api
.
create
().
getAllDocument
(
payload
).
then
(
response
=>
{
console
.
log
(
response
)
console
.
log
(
response
)
if
(
response
.
problem
){
if
(
response
.
problem
){
alert
(
response
.
problem
)
alert
(
response
.
problem
)
}
else
{
}
else
{
let
dataTable
=
response
.
data
.
data
.
map
(
item
=>
{
let
dataTable
=
response
.
data
.
data
.
map
(
item
=>
{
return
[
return
[
item
.
document_name
,
item
.
document_name
,
item
.
description
,
item
.
description
,
item
.
company_name
,
item
.
company_name
,
""
,
""
,
item
.
document_type
,
item
.
document_type
,
String
(
Number
(
item
.
document_size
)
/
1000
+
' MB'
),
String
(
Number
(
item
.
document_size
)
/
1000
+
' MB'
),
item
.
created_by
,
item
.
created_by
,
item
.
created_at
,
item
.
created_at
,
]
]
})
})
this
.
setState
({
dataTable
})
this
.
setState
({
dataTable
})
}
}
})
})
}
}
...
...
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