Commit cd91553e authored by 吴春's avatar 吴春

1

parent 2b31b50f
...@@ -573,7 +573,7 @@ ...@@ -573,7 +573,7 @@
</el-table-column> </el-table-column>
</el-table> </el-table>
</div> </div>
<div style="width: 100%;height: 50px;line-height: 50px;text-align: center;" v-if="DataList.length==0">暂无数据</div> <div style="width: 100%;height: 50px;line-height: 50px;text-align: center;" v-if="DataList.Result.length==0">暂无数据</div>
</div> </div>
</div> </div>
</template> </template>
...@@ -827,14 +827,13 @@ import treeItemVue from 'src/components/common/tree-table/tree-item.vue'; ...@@ -827,14 +827,13 @@ import treeItemVue from 'src/components/common/tree-table/tree-item.vue';
var day = lastDayOfMonth.getDate()-1; //日 var day = lastDayOfMonth.getDate()-1; //日
var lastDay = year + '-' + month + '-'+ day ; var lastDay = year + '-' + month + '-'+ day ;
this.transactionDate = [] this.transactionDate = []
// this.transactionDate.push(firstDay) this.transactionDate.push(firstDay)
// this.transactionDate.push(lastDay) this.transactionDate.push(lastDay)
this.transactionDate.push('2021-02-01') //this.transactionDate.push('2021-02-01')
this.transactionDate.push('2021-02-28') //this.transactionDate.push('2021-02-28')
this.msg.sTradeDate = this.transactionDate[0]; this.msg.sTradeDate = this.transactionDate[0];
this.msg.eTradeDate = this.transactionDate[1]; this.msg.eTradeDate = this.transactionDate[1];
console.log("firstDay", this.transactionDate);
this.getPageList(); this.getPageList();
var that = this; var that = this;
......
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