This commit is contained in:
2021-09-07 19:16:40 +00:00
parent 433f1eeb45
commit 0f0e872444
3 changed files with 21 additions and 3 deletions

View File

@@ -380,6 +380,12 @@ export default {
return;
}
vm.obj.aType = vm.$route.params.reportDataOptions.AType;
//trigger rule breaking / validation
this.$nextTick(() => {
this.obj.name = null;
this.fieldValueChanged(`name`);
});
}
}