From cf20e06137e4b695c2834faa98a0b579204d3e97 Mon Sep 17 00:00:00 2001 From: Chengliang <1546584672@qq.com> Date: Thu, 8 Aug 2024 16:59:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B2=97=E4=BD=8D=E8=87=AA=E5=8A=A8=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E5=8E=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/organization/stores/job.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }