|
@@ -62,7 +62,7 @@
|
|
>
|
|
>
|
|
<i
|
|
<i
|
|
class="zoniot_font zoniot-icon-shanchu redText"
|
|
class="zoniot_font zoniot-icon-shanchu redText"
|
|
- @click="deleteOne(scope.row.id)"
|
|
|
|
|
|
+ @click="deleteOne(scope.row)"
|
|
></i>
|
|
></i>
|
|
</el-tooltip>
|
|
</el-tooltip>
|
|
</div>
|
|
</div>
|
|
@@ -101,6 +101,15 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+
|
|
|
|
+ deleteOne (row) {
|
|
|
|
+ // alert(1)
|
|
|
|
+ // var res = [];
|
|
|
|
+ // res.push(row.id)
|
|
|
|
+ this.$http.post('/sc-community-web/scResident/unboundHouse/batchDelete', [row.id]).then(({ status, data, msg }) => {
|
|
|
|
+ this.mixins_search();
|
|
|
|
+ });
|
|
|
|
+ },
|
|
// 删除
|
|
// 删除
|
|
deleteRow () {
|
|
deleteRow () {
|
|
// 获取选中列表的ids
|
|
// 获取选中列表的ids
|