From ece055ef9927536684e9d16289a0eb6dcbef00d4 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 20 Dec 2022 14:33:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/.DS_Store | Bin 10244 -> 10244 bytes public/components/property/.DS_Store | Bin 47108 -> 47108 bytes .../deleteScheduleClasses.js | 5 +++-- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/components/.DS_Store b/public/components/.DS_Store index 3ea4223d8109c906fcc3367b6140cf40343cebce..5f78d02c0aeb0bcb9ca6196e021a9a4103bde3f8 100644 GIT binary patch delta 1282 zcmcJNU2IfE6vyX3rDd)i+1b{m+uJQ@S1C%EqTtE{(#m+|jJ!AFNw)+& z)DexxNM&hfSG7cLy5+W>+qdoP+npFH2Sl)m^U&(jXQI2<6cmAQtFEUCS@Yq7={+K% zjFo-0eT~i!8!F#^$1o>NX^7XER&hGk==vew>Ca2G8?^`PI(43O)qh2%c5y=&=gFg{ zZ3tJZK8^KqebmZir6mka)hVh%cWmbR*o@4(s%eq%RV8k}lk2GoCzq49=LXSLlkZlg zAMi`>%edaqw6w2P?^jORckVHaiWmrrCVfC3Wa3jc?oMU$a%k3;`EpIak1;jZaK-SG z?J`Wyx#k`y^)!WxXBI0HjK6%$fj?S8fHxlL~k@8oeVh!(8x*OpW5VoWd=jsFKy{|eM6WPyC6fVx7K z(11n=ti^i7uo-deE@F>jD1rSrh%uxUNj^uDn1YF;@K8`F&EXgx!#p0x6L?bLR8m0s zI6aRS@FLFOEY9IIT)-Q+gtzcE-od;05TD~RzOBKr49&j3LWA!}DM*{oUkokcd}DYi F@CRH~H*Wv{ delta 1191 zcmbV~PizxM6vp4TNnm#aWZZz7^wX+kL;_Mpl z+CW<{5;<_-kHBg#RsX1$s;vaHoH+H+a%rogB1;7c4pk-KQi%%(I3Q-dCKVEwb`SgZ z``+w(GxL56;|t?gqAXmO$z_G(#$vai)YUgES*mJ!qmkS*rI!&7l|O4D( z;4_Y$cZcn4VctrKS=;iw{freH{tnNkT~Xxmw96d^?b5Q9tGd=iW3O%AI=o}|cxCyD zCZ_AnEoCLpS7NPg!BE&Rl1GH;9-K})v)nR;bzrI}9FfWLR3Re{7leC^MO3xIRx~Z| zFgo?UrmX#zZHhU;O_lwiRWlKz(|Fg*4ClFgo3$UhjkWruBe$orw7;-d@6#s_3Cq+< z%<-*$eS?wArZYUNG1G6fQ6Ds>iahTK+tOIVH{Z~=7^zu%ex6&dqXp3G+e5PTKCkue zwBwHDxaD`3hl_U_#H`SSvb1|Lexh?w3GG{ryL!lGjxv5 z)93UxU8ZYP`jLL2U+FixK^3}7f73toh@OG~C}>0wAsA@KYV>0O8}KH!VLRd&!P}U? zB=%qm?_mxHAn-mMe29;50wtWr1zg0(_yk|z5-#HkuHh&AjO+LvH}D5;;x6vtJ{}C< ziBhN3D-B9e2`ODlw^G}>0{;j!U5mA#^p}~^vO4P&bD6B2AyQ^u25mS#GP(%u=>LHB z_A(FCz$?uyD?1`R>jxyf<#@|jsfw%KzUn!j{}SsHoRn1YqpC*+TUzl~zuKirs8~Zy zuIZLC!ItzcBfNF_KcRBc^nLRHYfS4WS-cdx|uuRXF34rOARCd diff --git a/public/components/property/deleteScheduleClasses/deleteScheduleClasses.js b/public/components/property/deleteScheduleClasses/deleteScheduleClasses.js index 35e07e572..b015abe23 100755 --- a/public/components/property/deleteScheduleClasses/deleteScheduleClasses.js +++ b/public/components/property/deleteScheduleClasses/deleteScheduleClasses.js @@ -21,13 +21,14 @@ }, function (json, res) { //vm.menus = vm.refreshMenuActive(JSON.parse(json),0); - if (res.status == 200) { + let _json = JSON.parse(json) + if (_json.code == 0) { //关闭model $('#deleteScheduleClassesModel').modal('hide'); vc.emit('scheduleClasses', 'listScheduleClasses', {}); return; } - vc.toast(json); + vc.toast(_json.msg); }, function (errInfo, error) { console.log('请求失败处理');