wenhongquan 3 năm trước cách đây
mục cha
commit
d2c390c874
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/views/IncidentManagementReport/index.tsx

+ 4 - 1
src/views/IncidentManagementReport/index.tsx

@@ -132,7 +132,10 @@ export default defineComponent({
           title="应急事件上报"
           left-arrow
           fixed
-          onClick-left={() => router.push('/home')}
+          onClick-left={() => {
+            // router.push('/home')
+            history.back();
+          }}
         />
         <Popup
           style="width:100%;background:rgba(0,0,0,0)"