Commit dfd3bd2b authored by 王礼鸿 Baimax Wang's avatar 王礼鸿 Baimax Wang

代码合并

parent d920a734
...@@ -428,10 +428,6 @@ export default { ...@@ -428,10 +428,6 @@ export default {
routerTo(path,code) { routerTo(path,code) {
this.$router.push({path: path, query: {code: code}}); this.$router.push({path: path, query: {code: code}});
}, },
routerTo1(path){
console.log(path)
this.$router.push({path: path});
},
//营业情况 //营业情况
showBusinessConditionDatas() { showBusinessConditionDatas() {
let res = getBusinessConditionDatas(this.today) let res = getBusinessConditionDatas(this.today)
......
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