seam 7 lat temu
rodzic
commit
63fde4da39

+ 1 - 1
www/protected/modules/j/controllers/HouseKeepingController.php

@@ -175,7 +175,7 @@ class HouseKeepingController extends JBaseController
     {
         $user_id = Yii::app()->request->getParam('user_id','');
         if (empty($user_id) || CommonFn::isMongoId($user_id)) {
-            CommonFn::requestAjax(false, '添加失败', array());
+            CommonFn::requestAjax(false, '添加失败1', array());
         }
         $mobile = Yii::app()->request->getParam('mobile','');
         $name = Yii::app()->request->getParam('name','');

+ 0 - 0
www/webapp/housekeeping/src/components/userInfo.vue