|
@@ -139,7 +139,8 @@ export default {
|
|
if (row.taskName === '月报还未提交'){
|
|
if (row.taskName === '月报还未提交'){
|
|
this.visible = true
|
|
this.visible = true
|
|
this.inputForm.title = row.title
|
|
this.inputForm.title = row.title
|
|
-
|
|
|
|
|
|
+ noticeService.updateMonthly(row.id)
|
|
|
|
+ this.resetSearch()
|
|
}else if (row.taskName === '库存提醒') {
|
|
}else if (row.taskName === '库存提醒') {
|
|
// console.log('测试进来了')
|
|
// console.log('测试进来了')
|
|
this.$refs.wareHouseHistoryPopup.init(row.defId)
|
|
this.$refs.wareHouseHistoryPopup.init(row.defId)
|