Commit 7655afa7 authored by 仇晓婷's avatar 仇晓婷

l

parent 41fd71db
......@@ -52,6 +52,7 @@ export default {
detail: null,
curId: 0,
fullscreen: false,
bomId:0,
entity: {
id: "",
levelId: 0,
......@@ -227,6 +228,7 @@ export default {
},
edit(row) {
console.log(row);
this.bomId=row.upId
this.curId = row.bomId;
this.parents.id = row.levelId;
this.parents.parentName = row.levelTitle;
......@@ -271,6 +273,7 @@ export default {
window.open(data, "_blank");
},
ok() {
this.parents.bomId=this.bomId
this.init();
// this.load(this.eid);
this.modal = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment