Przeglądaj źródła

[Fix 0000] 去除非必要的加载提示和表单功能

houzekong 2 miesięcy temu
rodzic
commit
feb0caa473

+ 2 - 2
src/layouts/default/feature/SimpleMap.vue

@@ -204,7 +204,7 @@
 
       renderGoafMarkers(res); // 渲染标记
     } else {
-      const hide = message.loading('地图加载中...', 0);
+      // const hide = message.loading('地图加载中...', 0);
       const [m, res] = await Promise.all([
         initMap(mapContainer.value!),
         getGeoJSON({
@@ -213,7 +213,7 @@
         }),
       ]);
       const [geojson, __, markers] = res;
-      hide();
+      // hide();
       map = m;
 
       initMapGeoJSON(map, geojson);

+ 1 - 0
src/views/dashboard/basicInfo/problemReport/index.vue

@@ -68,6 +68,7 @@
             :sync-to-store="false"
             :init-from-store="false"
             :change-on-select="false"
+            :allow-clear="false"
             @change="changeCascader"
           />
         </template>