9000系统测试用例调整
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
<el-input
|
||||
v-model='tableStore.table.params.name'
|
||||
clearable
|
||||
maxlength="32"
|
||||
show-word-limit
|
||||
placeholder="请输入表单名称"
|
||||
/>
|
||||
</el-form-item>
|
||||
</template>
|
||||
@@ -139,6 +142,9 @@ const tableStore = new TableStore({
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
resetCallback: () => {
|
||||
tableStore.table.params.name = ''
|
||||
}
|
||||
})
|
||||
/** 添加/修改操作表单 */
|
||||
|
||||
Reference in New Issue
Block a user