@@ -131,6 +131,7 @@
},
watch: {
listenNotice: function (notice) {
+ if (!notice) return
this.dataForm.noticeId = notice.noticeId
this.dataForm.businessId = notice.businessId
this.queryData()
@@ -149,6 +149,8 @@
+ console.log('notice = ' + JSON.stringify(notice))