@@ -80,7 +80,7 @@ export default {
methods: {
delHandle(row) {
this.$msg(`您确定要删除该案场人员吗?`, 'confirm', () => {
- this.$api.house.admestategoverndel({
+ this.$api.house.admbrokeragedel({
id: row.id,
}).then(data => {
this.$msgs(`已删除!`)