16ca57dd by lihua

Merge branch 'develop' into release-test

2 parents 7d57ce8e 53538f6b
......@@ -20,7 +20,6 @@ import {
changeNum,
} from "@/utils/common";
import { passFlowData, rejectFlowData, revokeFlowData } from "@/api/modules/workFlowService";
import { content } from "html2canvas/dist/types/css/property-descriptors/content";
const { proxy } = getCurrentInstance() as any;
const router = useRouter();
......@@ -216,6 +215,7 @@ const toSearch = (val: any, clear: boolean = false) => {
if (clear) {
searchItemList.value.map((item) => (item.default = ""));
searchItemValue.value = {};
currExchangeGuid.value = '';
} else {
searchItemValue.value = Object.keys(val).length ? { ...val } : {};
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!