diff --git a/pages/SecondPhase/production/PrintTable.vue b/pages/SecondPhase/production/PrintTable.vue index 464adc4..f0cdb5d 100644 --- a/pages/SecondPhase/production/PrintTable.vue +++ b/pages/SecondPhase/production/PrintTable.vue @@ -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)