From cc1502ce9a3aea727c461b73488b23a601f800e8 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Wed, 22 Jul 2020 11:35:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BD=8D=E7=BD=AE=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/property/deleteLocation/deleteLocation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/components/property/deleteLocation/deleteLocation.js b/public/components/property/deleteLocation/deleteLocation.js index 2128ace7b..b117e9dc6 100644 --- a/public/components/property/deleteLocation/deleteLocation.js +++ b/public/components/property/deleteLocation/deleteLocation.js @@ -28,7 +28,7 @@ }, function (json, res) { let _json = JSON.parse(json); - if (_json.code == 200) { + if (_json.code == 0) { //关闭model $('#deleteLocationModel').modal('hide'); vc.emit('locationManage', 'listLocation', {});