Browse Source

关闭页面时,删除空白申请单

java8
赵宏斌 3 months ago
parent
commit
811e8d5629
  1. 7
      src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue

7
src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue

@ -1505,6 +1505,13 @@
}) })
}, },
//
beforeDestroy(){
//
if (this.dataList.length < 1) {
this.deleteNotify()
}
},
created () { created () {
// //

Loading…
Cancel
Save