Commit e348948e by qinjianhui

fix: 重置修改

parent 6ac46bdf
import { ref } from 'vue'
import { nextTick, ref } from 'vue'
import type { SearchForm } from '@/types/api/order/factoryOrderNew'
export function useOrderSearchForm(refreshCurrentView: () => void) {
......@@ -66,7 +66,9 @@ export function useOrderSearchForm(refreshCurrentView: () => void) {
const reset = () => {
searchForm.value = {}
dateRange.value = []
nextTick(() => {
refreshCurrentView()
})
}
return {
......
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