7167-testToMaster_2414 #266
|
@ -9,7 +9,7 @@ export default {
|
|||
mounted: function () {
|
||||
const vm = getCurrentInstance();
|
||||
if (vm.type.name === 'QForm')
|
||||
if (![ 'searchbarForm'].includes(this.$el?.id)) {
|
||||
if (!['searchbarForm'].includes(this.$el?.id)) {
|
||||
let that = this;
|
||||
|
||||
// AUTOFOCUS
|
||||
|
|
Loading…
Reference in New Issue