Commit fd661f62 by liupeng

修改了明细方法

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