wuxw
2020-02-18 1c9c4d0b6cd221e685a30b1c8aef53349d45cde0
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;
                }