From 811e8d56291021be6d36cb5bc8d386dc4afe2c78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Wed, 26 Nov 2025 13:53:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E9=A1=B5=E9=9D=A2=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=88=A0=E9=99=A4=E7=A9=BA=E7=99=BD=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/orderIssure/soIssueNotify/newSoIssueNotify.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue b/src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue index 90b8d16..7b46ee7 100644 --- a/src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue +++ b/src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue @@ -1505,6 +1505,13 @@ }) }, + // 关闭页面时触发 + beforeDestroy(){ + // 没有数据,删除申请单 + if (this.dataList.length < 1) { + this.deleteNotify() + } + }, created () { // 按钮控制