Fix page
This commit is contained in:
@@ -14,8 +14,11 @@ var members_action = {
|
|||||||
try {
|
try {
|
||||||
if (err) throw err;
|
if (err) throw err;
|
||||||
|
|
||||||
|
if (result.rowCount > 0 ){
|
||||||
|
result.rows.map( (rw)=>{
|
||||||
|
console.log(rw);
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
let resultItem ={
|
let resultItem ={
|
||||||
"result": result.rows,
|
"result": result.rows,
|
||||||
|
|||||||
Reference in New Issue
Block a user