소스 검색

fix: purchase master

부모
커밋
0639d6ee95
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0
    2
      resources/js/pages/Purchases/Create.vue

+ 0
- 2
resources/js/pages/Purchases/Create.vue 파일 보기

@@ -1,8 +1,6 @@
1 1
 <script setup>
2 2
 import { computed, watch, watchEffect } from 'vue'
3 3
 import { Inertia } from '@inertiajs/inertia'
4
-import { once } from 'lodash'
5
-import { ppn } from '@/utils/helpers'
6 4
 import { optionStatus } from './config'
7 5
 import { cartTable } from './config'
8 6
 import Details from './Components/Details.vue'