From c4a454c64871fac3e5e4d4f0a69dafafb508ea32 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Wed, 24 Apr 2024 14:58:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E9=A1=B9=E5=B7=A5=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ah-jjzhgd-web/src/views/basic/single/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ah-jjzhgd-web/src/views/basic/single/index.vue b/ah-jjzhgd-web/src/views/basic/single/index.vue index b312628..26cf909 100644 --- a/ah-jjzhgd-web/src/views/basic/single/index.vue +++ b/ah-jjzhgd-web/src/views/basic/single/index.vue @@ -295,6 +295,8 @@ export default { handleUpdate(row) { getSingleItemDetail({ id: row.id }).then(res => { this.temp = Object.assign({}, res.data) + this.temp.proType = parseInt(res.data.proType) + this.temp.subsType = parseInt(res.data.subsType) }) this.dialogStatus = 'update' this.dialogFormVisible = true