014754db by lihua

解决数据合规报错

1 parent 7855c2d7
......@@ -319,6 +319,7 @@ const toSearch = (val: any, clear: boolean = false) => {
searchItemValue.value = {};
} else {
searchItemValue.value = Object.keys(val).length ? { ...val } : {};
!searchItemValue.value.state && (searchItemValue.value.state = null);
}
page.value.curr = 1;
tableInfo.value.page.curr = 1;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!