update 配方详情页面
This commit is contained in:
@@ -295,6 +295,16 @@ export default {
|
||||
this.openDialog(data, true, { key: "attr" });
|
||||
break;
|
||||
}
|
||||
case "to-bom-detail": {
|
||||
// console.log('to-bom-detail', data.name)
|
||||
// 查看配方详情
|
||||
return this.$router.push({
|
||||
name: 'pms-bomDetails',
|
||||
query: {
|
||||
name: data.name
|
||||
}
|
||||
});
|
||||
}
|
||||
case "copy": {
|
||||
return this.$http
|
||||
.post(this.urls.copyUrl, data, {
|
||||
|
||||
Reference in New Issue
Block a user