update 原料使用预计和连接配置
This commit is contained in:
@@ -141,7 +141,7 @@ export default {
|
||||
dialogVisible: false,
|
||||
carPayloadDialogVisible: false,
|
||||
topBtnConfig: null,
|
||||
totalPage: 100,
|
||||
totalPage: 0,
|
||||
page: 1,
|
||||
size: 20, // 默认20
|
||||
dataList: [],
|
||||
@@ -555,7 +555,7 @@ export default {
|
||||
Object.assign(this.cachedSearchCondition, payload);
|
||||
if ("timerange" in payload) {
|
||||
if (!!payload.timerange) {
|
||||
const [startTime, endTime] = params["timerange"];
|
||||
const [startTime, endTime] = payload["timerange"];
|
||||
this.cachedSearchCondition.startTime = moment(startTime).format("YYYY-MM-DDTHH:mm:ss");
|
||||
this.cachedSearchCondition.endTime = moment(endTime).format("YYYY-MM-DDTHH:mm:ss");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user