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