data
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
methods: {
|
methods: {
|
||||||
async _getPrint () {
|
async _getPrint () {
|
||||||
let res = await getPrint()
|
let res = await getPrint()
|
||||||
this.options1 = [...res]
|
this.options1 = [...res.data]
|
||||||
this.options1.map(el => {
|
this.options1.map(el => {
|
||||||
this.$set(el, 'value', el.print_id)
|
this.$set(el, 'value', el.print_id)
|
||||||
this.$set(el, 'text', el.print_name)
|
this.$set(el, 'text', el.print_name)
|
||||||
|
|||||||
Reference in New Issue
Block a user