main
limingtao 11 months ago
parent c9396276d8
commit d0ffd43a1a
  1. 8
      pages/investigation/index.vue
  2. 2205
      pages/knowledge/index.vue

@ -226,14 +226,13 @@
datas, 'POST')
.then(res => {
this.$set(this.totalData, 'UnderInvestigation', res.result.total)
}).catch((err) => {
})
}).catch((err) => {})
},
getNum2() {
let datas = {
nuserid: this.$.getData('token'),
status: '10',
}
let query = 2 == 2 ?
`pageNum=${this.page}&pageSize=${10}&search=${this.search}&approve=${2}&classification=${this.queryType?this.queryType:1}` :
@ -243,8 +242,7 @@
datas, 'POST')
.then(res => {
this.$set(this.totalData, 'InGovernance', res.result.total)
}).catch((err) => {
})
}).catch((err) => {})
},
getList() {
let datas = {

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save