WebService/src/main/resources/components/servicePackage/edit-service/editService.js
@@ -26,6 +26,8 @@ vc.component.refreshEditServiceInfo(); $('#editServiceModel').modal('show'); vc.copyObject(_params, vc.component.editServiceInfo); //vc.component.editServiceInfo.communityId = vc.getCurrentCommunity().communityId; }); }, methods: { @@ -166,7 +168,7 @@ }, editService: function () { if (!vc.component.editServiceValidate()) { vc.message(vc.validate.errInfo); vc.toast(vc.validate.errInfo); return; }