From 78f5408bd331221e27c1299c31b35ad97457b4f8 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 14 Aug 2024 15:19:00 +0800 Subject: [PATCH] data --- pages/SecondPhase/production/PrintTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)