Sfoglia il codice sorgente

签收流程增加ai附件信息

wang_xy 2 anni fa
parent
commit
0fcc0ad5fb
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/views/eventdetailsdialog.vue

+ 2 - 1
src/views/eventdetailsdialog.vue

@@ -1841,7 +1841,8 @@ export default {
             czlx: '',
             cameraCode: that.cameraCode,
             fireRadius: that.sendHuoZaiBanJing,
-            reserve: that.sendGuanLianYuAn
+            reserve: that.sendGuanLianYuAn,
+            fileList:eventStatus == 'qs'?this.eventLogList[this.eventLogList.length-1].fileVOs:[]
           }
           updateCentereventTEventcatalogueStatus(param).then(res => {
             if (res.code == 200) {