From 7bdd7d5cefad81f056c1e53d842fbdb1e3adc066 Mon Sep 17 00:00:00 2001 From: zhouxain01 Date: Wed, 20 Dec 2023 20:44:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E7=AE=A1=E7=90=86=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4=E5=A2=9E=E5=8A=A0typeId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/store/label/labelBinding.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/sgzb-ui/src/views/store/label/labelBinding.vue b/sgzb-ui/src/views/store/label/labelBinding.vue index 3b4af197..eb0f64a0 100644 --- a/sgzb-ui/src/views/store/label/labelBinding.vue +++ b/sgzb-ui/src/views/store/label/labelBinding.vue @@ -525,6 +525,7 @@ export default { this.open = true; this.title = "绑定"; this.form.id = this.ids[0].id; + this.form.typeId = this.ids[0].typeId; this.form.maId = this.ids[0].maId; this.form.labelType = this.ids[0].labelType; this.form.labelCode = this.ids[0].labelCode;