+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -185,16 +139,10 @@
-->
-
+
@@ -206,7 +154,7 @@
import { ref, reactive, onMounted } from 'vue';
import { getRemoteSensingSourceData, getRemoteSensingSourceDataByCondition, getPagesRemoteSensingSourceData } from "/@/api/remoteSensingSourceData/remoteSensingSourceData.js";
import { getDisasterPage } from '/@/api/data/otherData.js'
-
+// import { getList as getDisasterPage } from '/@/api/disasterInfo/index';
const state = reactive({
disasterData: {
@@ -276,7 +224,10 @@ const state = reactive({
requestResolution: [],
requestSatellite: []
})
-
+const emit = defineEmits(['response']);
+const startBot=(row)=>{
+ emit('response', row);
+}
// 初始化灾害表格数据
const getDisasterData = () => {
state.disasterData.loading = true;
@@ -635,11 +586,13 @@ const searchDisasterDate = () => {
\ No newline at end of file
diff --git a/src/views/dataService/remoteSensingData/index.vue b/src/views/dataService/remoteSensingData/index.vue
index 5709a9d..d9afb1c 100644
--- a/src/views/dataService/remoteSensingData/index.vue
+++ b/src/views/dataService/remoteSensingData/index.vue
@@ -1,6 +1,6 @@
-
+
+
+
+