java110
2020-02-26 fa0b23dd73d57f3460e878fa9d990ec7440baae9
WebService/src/main/resources/components/appPackage/edit-app/editApp.js
@@ -20,7 +20,7 @@
                vc.component.refreshEditAppInfo();
                $('#editAppModel').modal('show');
                vc.component.editAppInfo = _params;
                vc.component.editAppInfo.communityId = vc.getCurrentCommunity().communityId;
                //vc.component.editAppInfo.communityId = vc.getCurrentCommunity().communityId;
            });
        },
        methods: {
@@ -79,7 +79,7 @@
            },
            editApp: function () {
                if (!vc.component.editAppValidate()) {
                    vc.message(vc.validate.errInfo);
                    vc.toast(vc.validate.errInfo);
                    return;
                }