Commit 7314483a by zhuzhequan

eslint

parent 44769129
...@@ -825,7 +825,7 @@ const [searchForm] = useValue<SearchForm>({ ...@@ -825,7 +825,7 @@ const [searchForm] = useValue<SearchForm>({
subOrderNumber: '', subOrderNumber: '',
}) })
const tabsNav = ref<Tab[]>([]) const tabsNav = ref<Tab[]>([])
const btnLoading = ref<Boolean>(false) const btnLoading = ref<boolean>(false)
const statusCode = ref(2) const statusCode = ref(2)
const selection = ref<OrderData[]>([]) const selection = ref<OrderData[]>([])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment