From 63204f933e349118cee4636a2fd1da038e10d99c Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 25 十二月 2023 19:01:36 +0800
Subject: [PATCH] modified: src/views/technology/document/index.vue modified: src/views/technology/routing/index.vue
---
src/views/huawei/code19bind/list.vue | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/views/huawei/code19bind/list.vue b/src/views/huawei/code19bind/list.vue
index 67e64b4..b21c14a 100644
--- a/src/views/huawei/code19bind/list.vue
+++ b/src/views/huawei/code19bind/list.vue
@@ -345,9 +345,7 @@
})
},
print(row) {
- console.log(row)
getPrintInfo(row ? row.id : row).then((res) => {
- console.log(res)
this.$refs.printForm.printData(res.data.data)
this.getData()
})
--
Gitblit v1.9.3