Commit a5639916 by fukai

电证拟报路由添加

parent 87ae2785
...@@ -16,7 +16,7 @@ const rootRouter = new VueRouter({ ...@@ -16,7 +16,7 @@ const rootRouter = new VueRouter({
{path:"/display",component:Display,children:BusRouter}, {path:"/display",component:Display,children:BusRouter},
{path:"/login",component:Login}, {path:"/login",component:Login},
{path:"/business",component:Layout,children:BusRouter}, {path:"/business",component:Layout,children:BusRouter},
{path:'/elcs/:mty',component:Elcs} {path:'/elcs/:mty/:action',component:Elcs}
] ]
}) })
......
...@@ -723,7 +723,7 @@ export default { ...@@ -723,7 +723,7 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
handleSearch () { async handleSearch () {
console.log('搜索') console.log('搜索')
const rtnmsg = await Api.post('/cptopn/codsel_ctyinfsub', { data: Utils.flatObject(this.model) }) const rtnmsg = await Api.post('/cptopn/codsel_ctyinfsub', { data: Utils.flatObject(this.model) })
if (rtnmsg.code == SUCCESS) { if (rtnmsg.code == SUCCESS) {
......
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