Commit b36e344f authored by hubaoshan's avatar hubaoshan

wcp

parent 5759ccc4
......@@ -376,16 +376,6 @@ export default {
this.title = '删除'
this.openDel = true
},
resetList() {
this.selectedButton = ''
this.listZero = []
this.listA = []
this.listB = []
this.listC = []
this.listD = []
this.listE = []
this.listF = []
},
handlePa() {
getInfo().then(response => {
const queryParams = {
......@@ -456,8 +446,8 @@ export default {
}
this.userIdNew = response.data.user.businessId
getPdList(data).then(res => {
this.queryForm.totalCount = res.data[0]
this.queryForm.endCount = res.data[1]
this.queryForm.totalCount = res.data[0].total_count
this.queryForm.endCount = res.data[0].end_count
})
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment