Commit a82bb81e by 林永鑫

常规修改

parent dd365f87
......@@ -380,11 +380,6 @@ export default {
param = 'MDEwMDAwMDAwMDAw';
}
window.open(url.sjksh + param, "_blank");
} else if (index == "4-1") {
let routeUrl = this.$router.resolve({
path: "/tjbb",
});
window.open(routeUrl.href, '_blank');
} else {
this.sidebarItemName = item[index - 1].id;
this.name = item[index - 1].label;
......
......@@ -197,7 +197,7 @@ export default {
//查询表单
formData: {
baobiaoyuan: "01",
kssj: this.timeStampTurnTime(new Date(new Date().getFullYear() + "-01-01 00:00:00")).sunstring(),
kssj: this.timeStampTurnTime(new Date(new Date().getFullYear() + "-01-01 00:00:00")),
jssj: this.timeStampTurnTime(new Date()),
},
//查询条件配置
......
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