songxy 1 týždeň pred
rodič
commit
f5a5e544b7

+ 5 - 0
web_ui/src/views/industrial-land/AiIndustriaLandDetail.vue

@@ -1948,6 +1948,11 @@ export default {
                             that.xgdk = [];
                             that.mContentVisabled = false;
                           }
+                          const _timer = setTimeout(() => {
+                            const container = that.$refs["container"];
+                            container.scrollTop = 0;
+                            clearTimeout(_timer)
+                          }, 500)
                         }
                       );
                     } catch (e) {