9000系统测试用例调整

This commit is contained in:
sjl
2026-01-22 16:15:33 +08:00
parent 8b356c87a3
commit 56d65a6c17
59 changed files with 243 additions and 99 deletions

View File

@@ -1,12 +1,14 @@
<!--流程分类页面-->
<template>
<div class='default-main'>
<TableHeader>
<TableHeader >
<template v-slot:select>
<el-form-item label='流程分类'>
<el-input
v-model='tableStore.table.params.searchValue'
clearable
maxlength="10"
show-word-limit
placeholder='请输入分类名称'
/>
</el-form-item>
@@ -98,6 +100,9 @@ const tableStore = new TableStore({
}
}
},
resetCallback: () => {
tableStore.table.params.searchValue = ''
}
})
@@ -105,7 +110,8 @@ onMounted(() => {
// 加载数据
tableStore.index()
})
tableStore.table.params.name = ''
tableStore.table.params.searchValue = ''
provide('tableStore', tableStore)
const add = () => {