diff --git a/pc4mobx/organization/stores/job.js b/pc4mobx/organization/stores/job.js index cfb1c60..ebf88df 100644 --- a/pc4mobx/organization/stores/job.js +++ b/pc4mobx/organization/stores/job.js @@ -75,7 +75,7 @@ export class JobStore { @action initData() { this.getHasRight(); - this.refresh(); + //this.refresh(); // this.getCopyForm(); // this.getMergeForm(); }