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;