|
|
|
@ -4,7 +4,7 @@ |
|
|
|
<div class="resi-cell"> |
|
|
|
<div class="resi-cell-label">服务站名</div> |
|
|
|
<div class="resi-cell-value"> |
|
|
|
<el-input v-model="ownerName" |
|
|
|
<el-input v-model="name" |
|
|
|
class="resi-cell-input" |
|
|
|
size="small" |
|
|
|
clearable |
|
|
|
@ -100,7 +100,7 @@ export default { |
|
|
|
pageSize: 20, |
|
|
|
pageNo: 0, |
|
|
|
tableLoading: false, |
|
|
|
ownerName: '', |
|
|
|
name: '', |
|
|
|
tableData: [], |
|
|
|
//form相关 |
|
|
|
formShow: false, |
|
|
|
@ -124,7 +124,7 @@ export default { |
|
|
|
pageSize: this.pageSize, |
|
|
|
pageNo: this.pageNo, |
|
|
|
axisStructId: this.axisStructId, |
|
|
|
ownerName: this.ownerName |
|
|
|
name: this.name |
|
|
|
} |
|
|
|
const { data, code, msg, total } = await requestPost(url, params) |
|
|
|
if (code === 0) { |
|
|
|
|