diff --git a/src/app/pages/basic-data/city/city.component.html b/src/app/pages/basic-data/city/city.component.html
index fa31878..8471a11 100644
--- a/src/app/pages/basic-data/city/city.component.html
+++ b/src/app/pages/basic-data/city/city.component.html
@@ -22,7 +22,7 @@
-->
-
+
@@ -36,12 +36,13 @@
-
-
@@ -72,7 +73,7 @@
-
+
| {{i+1}} |
{{city.cityCode}} |
{{city.cityNameChn}} |
diff --git a/src/app/pages/basic-data/city/city.component.ts b/src/app/pages/basic-data/city/city.component.ts
index 35c9aaa..415d25b 100644
--- a/src/app/pages/basic-data/city/city.component.ts
+++ b/src/app/pages/basic-data/city/city.component.ts
@@ -20,9 +20,15 @@ SEARCH = ''; //手动输入条件
FLT_POS = 1; //过滤还是定位
SEL_COL = ''; //选择列名
+//下拉框
+public filterItems = {
+ countryId:'',
+}
+
citys : Array;
public row_state: any = { renderFlight: {} };
public render_data: Array