popup เพิ่มข้อมูลทะเบียนประวัติ ข้าราชการ
This commit is contained in:
parent
d7a79c2169
commit
0c02d66e20
8 changed files with 767 additions and 10 deletions
|
|
@ -134,14 +134,7 @@ const updateSelected = (target: any) => {
|
|||
};
|
||||
|
||||
const onLazyLoad = (details: { node: any; key: any; done: any; fail: any }) => {
|
||||
// call fail() if any error occurs
|
||||
|
||||
// setTimeout(() => {
|
||||
// simulate loading and setting an empty node
|
||||
// if (details.key.indexOf("data empty") > -1) {
|
||||
// details.done([]);
|
||||
// return;
|
||||
// }
|
||||
console.log(details.node.organizationName);
|
||||
|
||||
if (details.node.organizationId == "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx01") {
|
||||
details.done([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue