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=[] } })