fix bug
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
filterable
|
||||
:loading="districtLoading"
|
||||
:disabled="!form.cityCode"
|
||||
:placeholder="form.cityCode ? '请选择区县' : '请先选择城市'"
|
||||
placeholder="请选择 所属区县"
|
||||
style="width: 100%"
|
||||
@change="handleDistrictChange"
|
||||
>
|
||||
|
||||
@@ -1255,6 +1255,7 @@ export default {
|
||||
'港口码头主数据',
|
||||
() => {
|
||||
this.loadPortOptions();
|
||||
this.onLoad(this.page, this.query);
|
||||
}
|
||||
);
|
||||
},
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
filterable
|
||||
:loading="districtLoading"
|
||||
:disabled="!form.cityCode"
|
||||
:placeholder="form.cityCode ? '请选择区县' : '请先选择城市'"
|
||||
placeholder="请选择 所属区县"
|
||||
style="width: 100%"
|
||||
@change="handleDistrictChange"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user