流程分类的增删改查

This commit is contained in:
2024-05-13 18:36:19 +08:00
parent 3784bd1efe
commit df20141670
12 changed files with 758 additions and 401 deletions

View File

@@ -87,9 +87,6 @@ const tableStore = new TableStore({
}
],
beforeSearchFun: () => {
if (tableStore.table.params.addr) {
tableStore.table.params.addrStrOption = tableStore.table.params.addr.map(tempArray => tempArray.join('/'))
}
for (let key in tableStore.table.params) {
if (tableStore.table.params[key] === '') {
delete tableStore.table.params[key]