songxy пре 1 недеља
родитељ
комит
f5a5e544b7
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      web_ui/src/views/industrial-land/AiIndustriaLandDetail.vue

+ 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) {