Commit 934683da authored by 华国豪's avatar 华国豪 🙄

'强东你在更新一下代码@@@@'

parent e3742d13
......@@ -34,6 +34,7 @@
float: left;
width: 33%;
padding: 5px 0;
min-height: 31px;
}
.page_SalesFinancialDetail .sfd_header>ul>li>span {
font-size: 14px;
......
......@@ -2200,7 +2200,7 @@ export default {
goUrlSFD: function (path, name, item) {
this.$router.push({
name: path,
query: { blank: 'y', tab: name, item: item}
query: { blank: 'y', tab: name, item: JSON.stringify(item)}
});
},
getItem(obj){
......
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