彭宇 2 lat temu
rodzic
commit
0fc9db4d67
2 zmienionych plików z 508 dodań i 441 usunięć
  1. 10 0
      src/api/disaster.js
  2. 498 441
      src/views/disaster.vue

+ 10 - 0
src/api/disaster.js

@@ -0,0 +1,10 @@
+import request from '@/utils/request'
+
+// 获取初始化数据
+export function getInit(year) {
+  return request({
+    url: '/center-fire/VisuForestFireLossController/init',
+    method: 'post',
+    data:{"year":year}
+  })
+}

Plik diff jest za duży
+ 498 - 441
src/views/disaster.vue