“dzb”
2022-10-20 b654384fcaedb1d90c535d209778003d199aafa5
src/components/dispatch/index.vue
@@ -79,6 +79,7 @@
</template>
<script>
import MyMap from '@/components/map'
import {parseTime } from '@/utils/index'
export default {
    components: {
        MyMap
@@ -233,7 +234,10 @@
                    this.$axios({
                        method: 'post',
                        url: `sccg/dispatch_handle/dispatch`,
                        data: dispatch
                        data: {
                            ...dispatch,
                            disposeDate:parseTime(dispatch.disposeDate)
                        }
                    })
                        .then(res => {
                            this.$message({