This commit is contained in:
parent
189cefe327
commit
cd7c9506b2
|
@ -9,11 +9,8 @@ const UserException = require(`${appPath}/lib/exceptions/userException`);
|
|||
|
||||
const rptSepaCore = {
|
||||
name: 'rpt-sepa-core',
|
||||
serverPrefetch() {
|
||||
this.clientName = 'Name123';
|
||||
},
|
||||
|
||||
/* async asyncData(ctx, params) {
|
||||
async asyncData(ctx, params) {
|
||||
if (!params.clientFk)
|
||||
throw new UserException('No client id specified');
|
||||
|
||||
|
@ -27,7 +24,7 @@ const rptSepaCore = {
|
|||
|
||||
return client;
|
||||
});
|
||||
}, */
|
||||
},
|
||||
created() {
|
||||
this.clientId = 101;
|
||||
if (this.locale)
|
||||
|
|
Loading…
Reference in New Issue