Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
queue
Project overview
Project overview
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
5
Merge Requests
5
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
Indra Raja
queue
Commits
9eeba5fd
You need to sign in or sign up before continuing.
Commit
9eeba5fd
authored
4 years ago
by
Azy Mushofy Anwary
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
as
parent
5d91bfce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
public/action-js/antrian-js/action-kelolapoli.js
public/action-js/antrian-js/action-kelolapoli.js
+3
-2
No files found.
public/action-js/antrian-js/action-kelolapoli.js
View file @
9eeba5fd
...
...
@@ -394,20 +394,21 @@ function loadedit(param) {
id
:
param
,
},
success
:
function
(
result
)
{
// console.log(
result
);
// console.log(
data[0].image_poli
);
// $('.loaddata').empty();
if
(
result
.
code
==
0
)
{
let
data
=
result
.
data
;
console
.
log
(
data
);
console
.
log
(
data
[
0
].
image_poli
);
$
(
'
#id_poli
'
).
val
(
data
[
0
].
id_poli
);
$
(
'
#nama_poliEdt
'
).
val
(
data
[
0
].
nama_poli
);
$
(
'
#nama_poli2
'
).
val
(
data
[
0
].
nama_poli
);
$
(
'
#kode_poliEdt
'
).
val
(
data
[
0
].
kode_poli
);
$
(
'
#deskripsi_poliEdt
'
).
val
(
data
[
0
].
deskripsi_poli
);
$
(
'
#gambar_poliedt
'
).
file
(
data
[
0
].
image_poli
);
...
...
This diff is collapsed.
Click to expand it.
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