Commit 0a470ffa by liyuhang19990520

Merge branch 'dev_xzeq' of http://47.92.108.28/changchao/founder_vue into dev_xzeq

parents 749c9df0 fd661f62
......@@ -405,7 +405,8 @@
pageBs != 'jdcxsGl' &&
pageBs != 'hmxsGl' &&
pageBs != 'ryxsGl' &&
pageBs != 'caseGl'
pageBs != 'caseGl' &&
pageBs != 'rwbd'
"
>
<!-- 暂时修改成这样 -->
......
......@@ -391,7 +391,11 @@ export default {
beforeRemove(file, fileList) {
return this.$confirm(`确定移除 ${file.name}?`);
},
toInfor(data) {},
toInfor(data) {
console.log(123);
this.$router.push({path:'/detailRwbd',query:{ 'xxzjbh': data.xxzjbh }})
},
},
};
</script>
......
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