From b8ec2530b16d89056909ff2ececdf41340b51fff Mon Sep 17 00:00:00 2001
From: futian.liu <liufutianyoo@163.com>
Date: 星期六, 02 十二月 2023 12:06:41 +0800
Subject: [PATCH] 部门分发详情,明细

---
 admin-web/src/views/stock/inventorycount/inventorytask/detail.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/admin-web/src/views/stock/inventorycount/inventorytask/detail.vue b/admin-web/src/views/stock/inventorycount/inventorytask/detail.vue
index 589680a..09d0090 100644
--- a/admin-web/src/views/stock/inventorycount/inventorytask/detail.vue
+++ b/admin-web/src/views/stock/inventorycount/inventorytask/detail.vue
@@ -22,7 +22,8 @@
 <script>
 import winMd from '@/components/win/win-md';
 import myButton from '@/components/myButton/myButton';
-import { inventoryDetail } from '@/api/stock/inventory';
+import {inventoryDetail} from '@/api/stock/inventory';
+
 export default {
   components: { winMd, myButton },
   props: {

--
Gitblit v1.9.1