BUG 30880
This commit is contained in:
@@ -47,9 +47,9 @@ export default {
|
||||
methods: {
|
||||
getList(must) {
|
||||
if (must || this.total == 0 || this.list.length < this.total) {
|
||||
const {current, search} = this.$props
|
||||
const {current, search: {con: name}, search} = this.$props
|
||||
this.$http.post('/app/apppreventionreturntopovertylog/list', null, {
|
||||
params: {...search, current, type: 2},
|
||||
params: {...search, current, type: 2, name},
|
||||
}).then((res) => {
|
||||
if (res?.data) {
|
||||
this.list = [current == 1 ? [] : this.list, res.data.records].flat().filter(Boolean)
|
||||
|
||||
Reference in New Issue
Block a user