|
|
|
@ -320,7 +320,7 @@ |
|
|
|
>查看</el-button |
|
|
|
> |
|
|
|
<el-button |
|
|
|
v-if="scope.row.showBtn" |
|
|
|
v-if="scope.row.showBtn" |
|
|
|
type="text" |
|
|
|
class="div-table-button--blue" |
|
|
|
size="small" |
|
|
|
@ -329,7 +329,7 @@ |
|
|
|
> |
|
|
|
|
|
|
|
<el-button |
|
|
|
v-if="scope.row.showBtn" |
|
|
|
v-if="scope.row.showBtn" |
|
|
|
type="text" |
|
|
|
class="div-table-button--blue" |
|
|
|
size="small" |
|
|
|
@ -938,7 +938,7 @@ export default { |
|
|
|
const url = "/actual/base/communityQuarters/deleteQuarters"; |
|
|
|
|
|
|
|
let params = { |
|
|
|
quartersId: row.neighborHoodId, |
|
|
|
neighborHoodId: row.neighborHoodId, |
|
|
|
}; |
|
|
|
|
|
|
|
const { data, code, msg } = await requestPost(url, params); |
|
|
|
|