基础管理代码提交增加typeId

This commit is contained in:
zhouxain01 2023-12-20 20:44:17 +08:00
parent 4ec5a234df
commit 7bdd7d5cef
1 changed files with 1 additions and 0 deletions

View File

@ -525,6 +525,7 @@ export default {
this.open = true; this.open = true;
this.title = "绑定"; this.title = "绑定";
this.form.id = this.ids[0].id; this.form.id = this.ids[0].id;
this.form.typeId = this.ids[0].typeId;
this.form.maId = this.ids[0].maId; this.form.maId = this.ids[0].maId;
this.form.labelType = this.ids[0].labelType; this.form.labelType = this.ids[0].labelType;
this.form.labelCode = this.ids[0].labelCode; this.form.labelCode = this.ids[0].labelCode;