基础管理代码提交增加typeId
This commit is contained in:
parent
4ec5a234df
commit
7bdd7d5cef
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue