Commit 0da9632e by 展昭

tj

parent 2e8451de
Showing with 2 additions and 1 deletions
...@@ -102,7 +102,8 @@ export default { ...@@ -102,7 +102,8 @@ export default {
this.globalNavLeftArrowClick(this.navLeftArrowClick); this.globalNavLeftArrowClick(this.navLeftArrowClick);
this.accountId = this.$route.query.accountId; this.accountId = this.$route.query.accountId;
const formType = this.$route.query.fromType; const formType = this.$route.query.fromType;
if (!fromType || fromType != "more") { console.log("fromType=", fromType);
if (!fromType) {
if (this.getBeginDate > "2020-04-30") { if (this.getBeginDate > "2020-04-30") {
this.title = dayjs(this.getBeginDate).format("M") + "月" + "资金记录"; this.title = dayjs(this.getBeginDate).format("M") + "月" + "资金记录";
} }
......
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 sign in to comment