From d2cc5721f29a834053652bc7d9e8bfdec3ff0183 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Tue, 11 Jun 2024 11:02:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B5=84=E4=BA=A7=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E4=B8=8B=E6=8B=89=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue index e7897f43..1899b13b 100644 --- a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue +++ b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue @@ -737,6 +737,7 @@ export default { getMachine(maId).then((response) => { this.form = response.data if (this.form.maVender) this.form.maVender = parseInt(this.form.maVender) + if (this.form.propId == 0) this.form.propId = '' this.open = true this.title = '编辑' })