修改bug
This commit is contained in:
@@ -139,11 +139,18 @@ export default {
|
||||
this.splitInfoPage = 1;
|
||||
this.sarStandCompareHis();
|
||||
},
|
||||
// getTime(time){
|
||||
// let date = new Date(time + 8 * 3600 * 1000); // 增加8小时
|
||||
// console.log(date.toJSON().substr(0, 19).replace('T', ' '));
|
||||
// return date.toJSON().substr(0, 19).replace('T', ' ');
|
||||
// },
|
||||
// 查询表格
|
||||
sarStandCompareHis() {
|
||||
this.spinShow = true;
|
||||
this.standCommonlySearch.start = new Date(this.standCommonlySearch.start).getTime() //转换为毫秒时间戳
|
||||
this.standCommonlySearch.type = 1;
|
||||
var form = this.standCommonlySearch;
|
||||
console.log(form);
|
||||
this.$http.get("slrs/sar-public-idea/SelectAllPage", form, {
|
||||
_this: this
|
||||
}, res => {
|
||||
|
||||
Reference in New Issue
Block a user