This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
:items="pvm.selectLists.allowedwostatus"
|
||||
item-text="name"
|
||||
item-value="id"
|
||||
append-outer-icon="$ayiPlus"
|
||||
@click:append-outer="addState()"
|
||||
></v-autocomplete>
|
||||
</div>
|
||||
</template>
|
||||
@@ -66,6 +68,9 @@ export default {
|
||||
},
|
||||
|
||||
methods: {
|
||||
addState() {
|
||||
console.log("ADD STATE");
|
||||
},
|
||||
form() {
|
||||
return window.$gz.form;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user