451e8e3e by lihua

解决数据合规报错

1 parent 287ec908
...@@ -319,6 +319,7 @@ const toSearch = (val: any, clear: boolean = false) => { ...@@ -319,6 +319,7 @@ const toSearch = (val: any, clear: boolean = false) => {
319 searchItemValue.value = {}; 319 searchItemValue.value = {};
320 } else { 320 } else {
321 searchItemValue.value = Object.keys(val).length ? { ...val } : {}; 321 searchItemValue.value = Object.keys(val).length ? { ...val } : {};
322 !searchItemValue.value.state && (searchItemValue.value.state = null);
322 } 323 }
323 page.value.curr = 1; 324 page.value.curr = 1;
324 tableInfo.value.page.curr = 1; 325 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!