From 9c12e20237eb56bf2b53f3d751ba618b56954fad Mon Sep 17 00:00:00 2001 From: 石广澎 <shiguangpeng@163.com> Date: 星期六, 02 十二月 2023 17:44:58 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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