用户和机构
This commit is contained in:
parent
debfacbe42
commit
46dc2b1bde
@ -224,7 +224,7 @@
|
|||||||
></el-option>
|
></el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-select
|
<el-select
|
||||||
v-model="form.areaName"
|
v-model="form.regionName"
|
||||||
clearable
|
clearable
|
||||||
placeholder="请选择区"
|
placeholder="请选择区"
|
||||||
style="width: 129px; margin-left: 10px"
|
style="width: 129px; margin-left: 10px"
|
||||||
|
|||||||
@ -583,7 +583,6 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
<pagination
|
<pagination
|
||||||
|
|
||||||
:total="totalag"
|
:total="totalag"
|
||||||
:page.sync="formmat.pageNum"
|
:page.sync="formmat.pageNum"
|
||||||
:limit.sync="formmat.pageSize"
|
:limit.sync="formmat.pageSize"
|
||||||
@ -1080,7 +1079,6 @@ export default {
|
|||||||
|
|
||||||
// }
|
// }
|
||||||
this.tableData1 = res.rows;
|
this.tableData1 = res.rows;
|
||||||
|
|
||||||
if (res.rows.length > 0) {
|
if (res.rows.length > 0) {
|
||||||
this.agencyNum = res.rows[0].agencyNum;
|
this.agencyNum = res.rows[0].agencyNum;
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user