From 359e704506b18e4ccde97c653702cbeee67d8807 Mon Sep 17 00:00:00 2001 From: yanwenlong Date: Wed, 10 Jan 2024 22:10:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=92=8C=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=9B=BE=E4=B9=A6=E5=A2=9E=E5=8A=A0=E5=9B=BE=E4=B9=A6=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/book/book-add-or-update.vue | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/src/views/modules/book/book-add-or-update.vue b/src/views/modules/book/book-add-or-update.vue index 927d54b..b361ba0 100644 --- a/src/views/modules/book/book-add-or-update.vue +++ b/src/views/modules/book/book-add-or-update.vue @@ -99,7 +99,12 @@ --> - + + + {{item.dictValue}} + + + { if (valid) { this.$http({ @@ -400,6 +425,7 @@ export default { 'publisherName': this.dataForm.publisherName, 'content': this.dataForm.content, 'type': this.dataForm.type.join(','), + "medicaldesBookType": this.dataForm.medicaldesBookType.join(','), // 'price': this.dataForm.price, // 'salePrice': this.dataForm.salePrice, // 'istop': this.dataForm.istop,