cleaning up polling code

This commit is contained in:
huangjx
2022-04-24 12:03:13 +08:00
parent 4714817d87
commit c796cade4e
3 changed files with 54 additions and 47 deletions

View File

@@ -94,7 +94,7 @@ export default {
vm.$data.loading = 0;
return;
}
helper.enabledPolling = 0;
helper.disablePolling();
contentTable.getInstance().loading();
let url = formWrapper.getAttribute("action");