forked from angelo/web-retail-admin
feat(orderSync): rm date import
This commit is contained in:
parent
8d4baff1aa
commit
c3df212d42
|
@ -132,7 +132,6 @@
|
||||||
<script>
|
<script>
|
||||||
import { getOrderSyncFailList, updateOrderSyncStatus } from '@/api/wholeNetwork/orderSync'
|
import { getOrderSyncFailList, updateOrderSyncStatus } from '@/api/wholeNetwork/orderSync'
|
||||||
import topBar from '@/components/topBar'
|
import topBar from '@/components/topBar'
|
||||||
import { getMonthFirstDay, getMonthLastDay } from '@/utils/date'
|
|
||||||
const initSearch = {
|
const initSearch = {
|
||||||
ordeCode: ''
|
ordeCode: ''
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue