diff --git a/public/components/common/editHousekeepingServ/editHousekeepingServ.js b/public/components/common/editHousekeepingServ/editHousekeepingServ.js index db9a75acf..ccff0553e 100644 --- a/public/components/common/editHousekeepingServ/editHousekeepingServ.js +++ b/public/components/common/editHousekeepingServ/editHousekeepingServ.js @@ -162,7 +162,7 @@ vc.toast(vc.validate.errInfo); return; } - $that.editHousekeepingServInfo.shopId=vc.getCurrentCommunity().shopId; + //$that.editHousekeepingServInfo.shopId=vc.getCurrentCommunity().shopId; vc.http.apiPost( '/housekeepingServ/updateHousekeepingServ', JSON.stringify(vc.component.editHousekeepingServInfo), @@ -192,7 +192,7 @@ page: 1, row: 50, typeCd:1001, - shopId:vc.getCurrentCommunity().shopId + //shopId:vc.getCurrentCommunity().shopId } }; diff --git a/public/components/common/editProduct/editProduct.js b/public/components/common/editProduct/editProduct.js index 6423d407d..5d28ff22c 100644 --- a/public/components/common/editProduct/editProduct.js +++ b/public/components/common/editProduct/editProduct.js @@ -166,7 +166,7 @@ return; } - $that.editProductInfo.shopId = vc.getCurrentCommunity().shopId; + //$that.editProductInfo.shopId = vc.getCurrentCommunity().shopId; vc.http.apiPost( '/product/updateProduct', @@ -226,7 +226,7 @@ params: { page:1, row:50, - shopId:vc.getCurrentCommunity().shopId + //shopId:vc.getCurrentCommunity().shopId } }; //发送get请求 diff --git a/public/pages/admin/housekeepingSjServManage/housekeepingSjServManage.html b/public/pages/admin/housekeepingSjServManage/housekeepingSjServManage.html index 36f09b7fe..c12348b17 100644 --- a/public/pages/admin/housekeepingSjServManage/housekeepingSjServManage.html +++ b/public/pages/admin/housekeepingSjServManage/housekeepingSjServManage.html @@ -16,12 +16,12 @@ v-model="housekeepingServManageInfo.conditions.servName" class=" form-control"> -
+