Parcourir la source

服务工单调整

qymljy il y a 2 mois
Parent
commit
88929fb36c
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/HDrpManagement/serveWorkBill/components/printTable.vue

+ 2 - 1
src/HDrpManagement/serveWorkBill/components/printTable.vue

@@ -960,7 +960,8 @@ export default {
             attachmentids: [res.data.attachmentids[0]],
             attachmentids: [res.data.attachmentids[0]],
           },
           },
         });
         });
-        this.$emit("onSuccess", res);
+        console.log('输出res',res)
+        // this.$emit("onSuccess", res);
       }
       }
     },
     },
   },
   },