This commit is contained in:
2024-08-14 15:19:00 +08:00
parent d356684251
commit 78f5408bd3

View File

@@ -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)