quanyawei
2024-03-14 6343fe4c609b57002d84b83b502899d63dd53727
src/views/dailyreport/index.vue
@@ -783,7 +783,7 @@
</template>
<script>
import { exportDocx } from '@/utils/exportImageFile'
// import { exportDocx } from '@/utils/exportImageFile'
import { exportUAVImage } from '@/utils/exportUAVImage'
import requestObj from '@/utils/request'
import Map from '@/components/PlanMap/Map'
@@ -809,11 +809,13 @@
      ],
      cityOptions2: [{
        value: 'gx',
        label: '高新区'
      }, {
        value: 'hn',
        label: '浑南区'
      }],
        label: '盐城市'
      }
      // {
      //   value: 'hn',
      //   label: '浑南区'
      // }
      ],
      equipChoose1: 'car',
      equipChoose2: 'car',
      equipOptions1: [{
@@ -1308,7 +1310,7 @@
    // 提交文件后台接口
    MultipartFile (data) {
      return this.$request({
        url: '/cruiser/getDailys',
        url: '/cruiser/getDaily',
        method: 'post',
        headers: { 'Content-Type': 'multipart/form-data' }, // 多文件上传这一句必须加
        data
@@ -1878,7 +1880,7 @@
}
</script>
<style scoped>
<style scoped >
.dailyreport{
  width: 100%;
  height: 100%;