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

l

parent 41fd71db
...@@ -52,6 +52,7 @@ export default { ...@@ -52,6 +52,7 @@ export default {
detail: null, detail: null,
curId: 0, curId: 0,
fullscreen: false, fullscreen: false,
bomId:0,
entity: { entity: {
id: "", id: "",
levelId: 0, levelId: 0,
...@@ -227,6 +228,7 @@ export default { ...@@ -227,6 +228,7 @@ export default {
}, },
edit(row) { edit(row) {
console.log(row); console.log(row);
this.bomId=row.upId
this.curId = row.bomId; this.curId = row.bomId;
this.parents.id = row.levelId; this.parents.id = row.levelId;
this.parents.parentName = row.levelTitle; this.parents.parentName = row.levelTitle;
...@@ -271,6 +273,7 @@ export default { ...@@ -271,6 +273,7 @@ export default {
window.open(data, "_blank"); window.open(data, "_blank");
}, },
ok() { ok() {
this.parents.bomId=this.bomId
this.init(); this.init();
// this.load(this.eid); // this.load(this.eid);
this.modal = false; 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