This commit is contained in:
@@ -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;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user