Browse Source

Merge branch 'master' of http://124.70.43.205:3000/GYEE_R.D/BusinessBenchmark

wangcahngsheng 1 year ago
parent
commit
9f73e162b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/notification/notificationMangePage.vue

+ 1 - 1
src/components/notification/notificationMangePage.vue

@@ -662,7 +662,7 @@ export default {
                 let that = this
                 let params = {
                     id: that.evalradio.id,
-                    noticeAnnex: item.fileUrl
+                    docPath: item.fileUrl
                 }
                 apievaluationdeptnoticeDelete(params).then(datas =>{
                     if (datas.success) {