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