|
@@ -177,7 +177,7 @@
|
|
|
handelDetail(row, noBack) {
|
|
handelDetail(row, noBack) {
|
|
|
this.$router.push({
|
|
this.$router.push({
|
|
|
path: '/material/BOMmanage/details',
|
|
path: '/material/BOMmanage/details',
|
|
|
- query: { versions: row.versions, categoryId: row.categoryId, noBack }
|
|
|
|
|
|
|
+ query: { versions: row.versions, categoryId: row.categoryId, noBack, bType:this.activeName }
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
/* 刷新表格 */
|
|
/* 刷新表格 */
|