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