yusheng 2 달 전
부모
커밋
bef64a05b3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/bpm/handleTask/components/inspectionProjectRequest/detailDialog.vue

+ 2 - 2
src/views/bpm/handleTask/components/inspectionProjectRequest/detailDialog.vue

@@ -65,7 +65,7 @@
 </template>
 
 <script>
-  import { getById } from '@/api/bpm/components/inspectionProjectRequest';
+  import { requestentrustGetById } from '@/api/bpm/components/inspectionProjectRequest';
   import { inspectionProjectStatus } from '@/enum/dict.js';
 
   export default {
@@ -317,7 +317,7 @@
     },
     methods: {
       async init() {
-        this.form = await getById(this.businessId);
+        this.form = await requestentrustGetById(this.businessId);
         this.list =
           this.form.recordingMethod == 1
             ? this.form.templateList