|
|
|
@ -430,8 +430,8 @@ export default {
|
|
|
|
|
this.$message.warning('选择时间范围')
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
getList(this.queryParam).then((res) => {
|
|
|
|
|
this.list = res.data.list
|
|
|
|
|
getSygdList(this.queryParam).then((res) => {
|
|
|
|
|
this.list = res.data
|
|
|
|
|
if (this.$refs.xGrid) {
|
|
|
|
|
this.$refs.xGrid.loadData(this.list)
|
|
|
|
|
}
|
|
|
|
@ -439,7 +439,11 @@ export default {
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
tj(){
|
|
|
|
|
sh(this.checkedList).then((res)=>{
|
|
|
|
|
const data={
|
|
|
|
|
from:this.queryParam.beginTime,
|
|
|
|
|
to:this.queryParam.endTime,
|
|
|
|
|
}
|
|
|
|
|
sh(data).then((res)=>{
|
|
|
|
|
if (res){
|
|
|
|
|
this.$message({ message: '提交成功', type: 'success' })
|
|
|
|
|
this.initList()
|
|
|
|
|