|
@@ -112,7 +112,7 @@ export default {
|
|
|
type: 'success',
|
|
|
message: '删除成功!'
|
|
|
});
|
|
|
- this.$http.post('/sc-community-web/scResident/unboundHouse/batchDelete', [row.id]).then(({ data, msg, status }) => {
|
|
|
+ this.$http.post('/sc-community/scResident/unboundHouse/batchDelete', [row.id]).then(({ data, msg, status }) => {
|
|
|
this.mixins_search();
|
|
|
}).catch(() => { });
|
|
|
|
|
@@ -139,7 +139,7 @@ export default {
|
|
|
});
|
|
|
this.$msgBox(`删除`, '删除后将无法恢复,请问是否继续?')
|
|
|
.then((_) => {
|
|
|
- this.$http.post('/sc-community-web/scResident/unboundHouse/batchDelete', ids).then(({ status, data, msg }) => {
|
|
|
+ this.$http.post('/sc-community/scResident/unboundHouse/batchDelete', ids).then(({ status, data, msg }) => {
|
|
|
if (0 === status) {
|
|
|
this.$message({
|
|
|
type: 'success',
|
|
@@ -177,7 +177,7 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
created () {
|
|
|
- this.mixins_dataUrl = '/sc-community-web/scResident/unboundHouse/page';
|
|
|
+ this.mixins_dataUrl = '/sc-community/scResident/unboundHouse/page';
|
|
|
this.mixins_query = {};
|
|
|
this.mixins_search();
|
|
|
}
|