Jelajahi Sumber

Merge branch 'master' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-wt

liujt 2 bulan lalu
induk
melakukan
aaca488ec9

+ 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

+ 1 - 1
src/views/bpm/tickets/repair/index.vue

@@ -374,7 +374,7 @@
         startExecuting({
           id: this.id
         }).then(() => {
-          this.reload();
+          this.getData();
         });
       },
       // 验收