From 16893cfff424431a05f8c5903e918277a0d34cc7 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Wed, 3 Jun 2020 22:30:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/dev/editJob/editJob.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/components/dev/editJob/editJob.js b/public/components/dev/editJob/editJob.js index 5902d3d23..88a221080 100644 --- a/public/components/dev/editJob/editJob.js +++ b/public/components/dev/editJob/editJob.js @@ -78,7 +78,7 @@ if (_json.code == 200) { //关闭model $('#editJobModel').modal('hide'); - vc.component.clearEditJobInfo(); + vc.component.refreshEditJobInfo(); vc.emit('jobManage', 'listJob', {}); return; }