|
|
|
|
@ -152,7 +152,6 @@ export default { |
|
|
|
|
data() { |
|
|
|
|
return { |
|
|
|
|
searchForm: {}, |
|
|
|
|
conpanyList: [{ label: "运维公司", value: 1 }], |
|
|
|
|
option: tableOption, |
|
|
|
|
page: { |
|
|
|
|
currentPage: 1, |
|
|
|
|
@ -208,10 +207,12 @@ export default { |
|
|
|
|
this.searchForm.startTime = this.searchForm.timeArr[0]; |
|
|
|
|
this.searchForm.endTime = this.searchForm.timeArr[1]; |
|
|
|
|
} |
|
|
|
|
let isBecomeDue = this.$route.query.id === 1?1:0 |
|
|
|
|
getList({ |
|
|
|
|
current: currentPage, |
|
|
|
|
size: pageSize, |
|
|
|
|
...this.searchForm, |
|
|
|
|
isBecomeDue |
|
|
|
|
}).then((res) => { |
|
|
|
|
const { total, records } = res.data.data; |
|
|
|
|
this.page.total = total; |
|
|
|
|
|