yusheng hace 8 meses
padre
commit
0a5a3a2fd0
Se han modificado 1 ficheros con 2 adiciones y 8 borrados
  1. 2 8
      src/views/saleManage/saleOrder/returnGoods/index.vue

+ 2 - 8
src/views/saleManage/saleOrder/returnGoods/index.vue

@@ -409,7 +409,7 @@
       /* 刷新表格 */
       reload(where) {
         this.$refs.table.reload({ page: 1, where });
-        this.$emit('getToDoReminder')
+        this.$emit('getToDoReminder');
       },
 
       //新增编辑
@@ -477,12 +477,6 @@
                   ? '受托收货退货'
                   : '销售订单退货'
             }
-            // callBackMethodType : '1',
-            // callBackMethod : 'proTargetPlanApproveApiImpl.updatePlanApprovalStatus',
-            // pcHandle : '/bpm/handleTask/components/project-manage/plan-manage/submit.vue',
-            // pcView : '/bpm/handleTask/components/project-manage/plan-manage/detailDialog.vue',
-            // miniHandle : '',
-            // miniView : '',
           };
 
           this.$refs.processSubmitDialogRef.init(params);
@@ -507,7 +501,7 @@
         });
       },
       //查看详情
-      openorderDetail(row, type,index) {
+      openorderDetail(row, type, index) {
         if (type === 'returnNo') {
           this.$refs.DetailDialogRef.open(row);
         }