| | |
| | | <template> |
| | | <div class="arrive"> |
| | | <div class="arrive-title">到大现场情况</div> |
| | | <div class="arrive-title">到达现场情况</div> |
| | | <div class="arrive-form"> |
| | | <el-form ref="arriveForm" label-width="160px" :model="arrive" :rules="arriveRules" autoComplete="on"> |
| | | <!-- 到达时间 --> |
| | |
| | | fileList: [], |
| | | } |
| | | }, |
| | | props:['getArrive'], |
| | | methods: { |
| | | handleSuccess(res, file, filelist) { |
| | | const baseUrl = 'http://140.143.152.226:8410/'; |
| | |
| | | return { Authorization: tokenHead + token } |
| | | } |
| | | }, |
| | | // 获取arrive对象 |
| | | backData(){ |
| | | const { arrive } = this; |
| | | this.$emit('getArrive',{arrive}); |
| | | } |
| | | } |
| | | } |
| | | </script> |