2623ab08 by lihua

修改保存跳转

1 parent afc915da
...@@ -825,7 +825,7 @@ const toPath = () => { ...@@ -825,7 +825,7 @@ const toPath = () => {
825 userStore.setTabbar(userStore.tabbar.filter((tab: any) => tab.fullPath !== fullPath)); 825 userStore.setTabbar(userStore.tabbar.filter((tab: any) => tab.fullPath !== fullPath));
826 assetStore.set(true); 826 assetStore.set(true);
827 router.push({ 827 router.push({
828 name: 'priceCalculate', 828 name: 'priceCalculateNew',
829 }) 829 })
830 } 830 }
831 831
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!