oak-general-business/lib/pages/application/detail/index.js

20 lines
407 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = OakComponent({
isList: false,
entity: 'application',
projection: {
id: 1,
name: 1,
config: 1,
description: 1,
type: 1,
systemId: 1,
},
formData: function (_a) {
var data = _a.data;
return data || {};
},
methods: {},
});