diff --git a/ruoyi-ui/src/views/newstocksystem/stockdata.vue b/ruoyi-ui/src/views/newstocksystem/stockdata.vue index c383bf0..d7de9a7 100644 --- a/ruoyi-ui/src/views/newstocksystem/stockdata.vue +++ b/ruoyi-ui/src/views/newstocksystem/stockdata.vue @@ -371,7 +371,7 @@ export default { /** 获取最后一个交易日 */ getLastTradeDate() { stockdataApi.getLastTradeDate().then(response => { - const lastTradeDate = response.data + const lastTradeDate = response.msg if (lastTradeDate) { // 设置所有日期筛选器的默认值 this.dailyTradeQuery.tradeDate = lastTradeDate