调查走访

This commit is contained in:
liuye
2022-11-22 14:21:40 +08:00
parent eb868b1996
commit 69ba2ed10e
3 changed files with 18 additions and 34 deletions

View File

@@ -122,7 +122,7 @@ export default {
},
getList() {
this.$http
.post('/app/appvisitvondolence/list', null, {
.post('/app/appvisitvondolencepingchang/list', null, {
params: {
size: 10,
current: this.current,
@@ -181,7 +181,7 @@ export default {
},
delet() {
this.$http.post(`/app/appvisitvondolence/delete?ids=${this.deletId}`).then((res) => {
this.$http.post(`/app/appvisitvondolencepingchang/delete?ids=${this.deletId}`).then((res) => {
if (res.code == 0) {
this.$u.toast('删除成功!')
this.getListInit()