无人机管理后台前端(已迁走)
shuishen
2025-05-09 8e61a5b71fae9ab29406766e7dbfba6dab68b592
事件工单页面显示报错处理
1 files modified
2 ■■■ changed files
src/views/tickets/ticket.vue 2 ●●● patch | view | raw | blame | history
src/views/tickets/ticket.vue
@@ -697,7 +697,7 @@
  mounted () {
    const href = this.$route.href
    if (href.split("?").length > 0) {
    if (href.indexOf('?') != -1 && href.split("?").length > 0) {
      const [orderNumber] = href.split("?")[1].split("&")
      const order = regExp('orderNumber', orderNumber)