Commit a28a4e8f by yuhao

修改透视bug

parent 10dcfed3
......@@ -237,6 +237,8 @@ export default {
limit: 10,
xzqh: this.$route.query.xzqh,
zadj: this.$route.query.zadj,
xxrsksjQssj: this.$route.query.xxrsksjQssj ? this.$route.query.xxrsksjQssj : '',
xxrsksjJssj: this.$route.query.xxrsksjJssj ? this.$route.query.xxrsksjJssj : ''
};
this.emitTableThead = [
{
......
......@@ -110,7 +110,7 @@
<td align="center"
:class="{
ableClick:
item.beforeLastYsdrssrs && item.beforeLastYsdrssrs == '0',
item.beforeLastYsdrssrs && item.beforeLastYsdrssrs != '0',
}"
@click="
toTs(
......@@ -446,20 +446,20 @@ export default {
toTs (item, count, type, tsType, year, month) {
console.log(item, count, type, tsType, year, month);
let routeData;
// if (count && count > 0) {
routeData = this.$router.resolve({
path: "/bndfas2",
query: {
year: year,
month: month,
type: type,
tsType: tsType,
xxrsksjQssj: this.xxrsksjQssj,
xxrsksjJssj: this.xxrsksjJssj
},
});
window.open(routeData.href, "_blank");
// }
if (count && count > 0) {
routeData = this.$router.resolve({
path: "/bndfas2",
query: {
year: year,
month: month,
type: type,
tsType: tsType,
xxrsksjQssj: this.xxrsksjQssj,
xxrsksjJssj: this.xxrsksjJssj
},
});
window.open(routeData.href, "_blank");
}
},
handleChange (value) {
console.log(value);
......
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