liukangdong
2025-03-06 b92ca63c89b74404c3684f18c734d83531a9dd3f
admin/src/views/platform/LogisticsRecord/waybill.vue
@@ -190,7 +190,7 @@
      })
    },
    handleDel(row) {
      this.$dialog.exportConfirm('确认删除吗?').then(() => {
      this.$dialog.deleteConfirm('确认删除吗?').then(() => {
        platformJobDel(row.id).then(res => {
          Message.success('删除成功')
          this.getList()