Commit 606350e2 authored by 黄媛媛's avatar 黄媛媛

损益修改

parent 30525094
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
}, },
methods: { methods: {
getDateList() { getDateList() {
if (this.value != '') { if (this.value != '' && this.value != null) {
this.msg.StartDate = this.value[0]; this.msg.StartDate = this.value[0];
this.msg.EndDate = this.value[1]; this.msg.EndDate = this.value[1];
} }
......
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