diff --git a/src/views/invest/iitem/index.vue b/src/views/invest/iitem/index.vue
index 412c091..dc0c2db 100644
--- a/src/views/invest/iitem/index.vue
+++ b/src/views/invest/iitem/index.vue
@@ -3,11 +3,11 @@
查询条件
-
-
+
+
-
-
+
+
@@ -26,9 +26,9 @@
-
-
-
+
+
+
diff --git a/src/views/invest/ishop/index.vue b/src/views/invest/ishop/index.vue
index f466737..39587f1 100644
--- a/src/views/invest/ishop/index.vue
+++ b/src/views/invest/ishop/index.vue
@@ -138,6 +138,14 @@ function handleQuery() {
/** 重置按钮操作 */
function resetQuery() {
proxy.resetForm('queryRef')
+ queryDistrictParams.value.provinceName = null
+ queryDistrictParams.value.cityName = null
+ listCity(queryDistrictParams.value).then((response) => {
+ cityList.value = response.rows
+ listDistrict(queryDistrictParams.value).then((response) => {
+ districtList.value = response.rows
+ })
+ })
handleQuery()
}