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