This commit is contained in:
liuye
2022-04-21 16:48:56 +08:00
parent 04afed2264
commit 271e40aa56
3 changed files with 11 additions and 7 deletions

View File

@@ -72,8 +72,7 @@ export default {
linksageDate: this.search.linksageDate,
residentName : this.search.residentName
},
})
.then((res) => {
}).then((res) => {
if (res.code == 0) {
this.list = this.current > 1 ? [...this.list, ...res.data.records] : res.data.records
}

View File

@@ -86,11 +86,11 @@ export default {
if(!this.isFlag) {
return
}
this.isFlag = false
this.$http.post('/app/apppartyintegralinfo/add', {
partyIntegralList: [{...this.form}],
}).then(res => {
if (res.code == 0) {
this.isFlag = false
this.$u.toast('提交成功')
uni.$emit('reload')
setTimeout(() => {