无人机管理后台前端(已迁走)
shuishen
2025-06-30 f61df21f6ea8d8ee2c9442161df3a27161272537
feat:智飞工单审核拖过及驳回后,页面重载
1 files modified
8 ■■■■ changed files
src/views/tickets/orderLog.vue 8 ●●●● patch | view | raw | blame | history
src/views/tickets/orderLog.vue
@@ -1120,6 +1120,9 @@
      let data = response.data.data
      this.$message.success('审核通过')
      this.detailVisibleCopy = false
      this.page.currentPage = 1
      this.onLoad(this.page, this.query)
    },
    /**
     * 驳回
@@ -1131,8 +1134,11 @@
      }).then(async ({ value }) => {
        let response = await orderLogReject(id, value)
        let data = response.data.data
        this.$message.success('驳回成果')
        this.$message.success('驳回成功')
        this.detailVisibleCopy = false
        this.page.currentPage = 1
        this.onLoad(this.page, this.query)
      })
    },
  },