qymljy 1 месяц назад
Родитель
Сommit
88929fb36c
1 измененных файлов с 2 добавлено и 1 удалено
  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]],
           },
         });
-        this.$emit("onSuccess", res);
+        console.log('输出res',res)
+        // this.$emit("onSuccess", res);
       }
     },
   },