SunZehao 1 год назад
Родитель
Сommit
970bc917ea
1 измененных файлов с 1 добавлено и 1 удалено
  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) {