调查走访
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user