prettier
This commit is contained in:
parent
812232173e
commit
a327aae438
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ export default {
|
|||
|
||||
next(async (vm) => {
|
||||
vm.setCmsContent(resultMap.cmsContent);
|
||||
|
||||
|
||||
if (store.getters.externalParameterState?.isExternalParameter) {
|
||||
const isValid = await baseMixin.methods.isFormValid(vm.$refs.theForm);
|
||||
if (isValid) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue