Explorar o código

性能验证修复6574

zhonghuizhen hai 6 meses
pai
achega
7d6b5de1b8
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/views/business/performance/experimentalView.vue

+ 1 - 2
src/views/business/performance/experimentalView.vue

@@ -376,12 +376,11 @@ export default {
       return instres.variables.data[0]?.id_ || '';
     },
     async fetchTaskId(instid) {
-      
       const taskres = await this.$common.request('query', {
         key: 'xnyzcxlcid',
         params: [instid]
       });
-      return taskres.variables.data[0]?.id_ || '';
+      return taskres.variables.data[0]?.ID_ || '';
     },
     getpdf() {
       const newDiv = document.querySelector('#pdfDom')