This commit is contained in:
2026-08-27 12:54:17 +08:00
parent 2c08d0c362
commit 3a262216c7
14 changed files with 181 additions and 143 deletions
+1 -1
View File
@@ -82,7 +82,7 @@
filterable
:loading="districtLoading"
:disabled="!form.cityCode"
:placeholder="form.cityCode ? '请选择区县' : '请先选择城市'"
placeholder="请选择 所属区县"
style="width: 100%"
@change="handleDistrictChange"
>
+1
View File
@@ -1255,6 +1255,7 @@ export default {
'港口码头主数据',
() => {
this.loadPortOptions();
this.onLoad(this.page, this.query);
}
);
},
+1 -1
View File
@@ -82,7 +82,7 @@
filterable
:loading="districtLoading"
:disabled="!form.cityCode"
:placeholder="form.cityCode ? '请选择区县' : '请先选择城市'"
placeholder="请选择 所属区县"
style="width: 100%"
@change="handleDistrictChange"
>