From a0a87efd97ca7b4820ffd609c37dec5eb5a648ec Mon Sep 17 00:00:00 2001 From: ruanqi Date: Thu, 26 Sep 2024 17:36:58 +0800 Subject: [PATCH] 1 --- .../soIssueNotify/newSoIssueNotify.vue | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue b/src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue index ada6fb6..a30299d 100644 --- a/src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue +++ b/src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue @@ -1104,13 +1104,34 @@ this.notifyData=data.row this.getNotifyNoDetail(); }else { + console.log('!!') this.notifyNo ='' - this.notifyData=null + this.notifyData={ + site:'', + bu:'', + notifyNo:'', + notifyDate:'', + enteredDate:'', + userName:'', + userDisplay:'', + remark:'', + planIssueDate:'', + } this.dataList=[] } }else { this.notifyNo ='' - this.notifyData=null + this.notifyData={ + site:'', + bu:'', + notifyNo:'', + notifyDate:'', + enteredDate:'', + userName:'', + userDisplay:'', + remark:'', + planIssueDate:'', + } this.dataList=[] } })