mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-01 01:14:30 +08:00
Initialize task provisioning polling on table page load [SCI-7780]
This commit is contained in:
parent
1ac86b8188
commit
8f97b8ad93
1 changed files with 1 additions and 0 deletions
|
@ -545,6 +545,7 @@ var ExperimnetTable = {
|
||||||
customResponse: (response) => {
|
customResponse: (response) => {
|
||||||
this.appendRows(response.data);
|
this.appendRows(response.data);
|
||||||
this.initDueDatePicker(response.data);
|
this.initDueDatePicker(response.data);
|
||||||
|
this.initProvisioningStatusPolling();
|
||||||
},
|
},
|
||||||
customParams: (params) => {
|
customParams: (params) => {
|
||||||
return { ...params, ...tableParams };
|
return { ...params, ...tableParams };
|
||||||
|
|
Loading…
Add table
Reference in a new issue