This commit is contained in:
2021-04-05 23:33:46 +00:00
parent 29b7f5696e
commit 6c39ae39c8

View File

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