up.
This commit is contained in:
parent
1959972234
commit
3aff17bba9
@ -16,7 +16,7 @@
|
||||
<el-form-item label="地址">
|
||||
<el-input
|
||||
clearable
|
||||
v-model.trim="form.module"
|
||||
v-model.trim="form.location"
|
||||
placeholder="请输入"
|
||||
/>
|
||||
</el-form-item>
|
||||
@ -60,7 +60,8 @@
|
||||
/** 表单数据 */
|
||||
const [form, resetFields] = useFormData<OperationRecordParam>({
|
||||
username: '',
|
||||
contextId: ''
|
||||
contextId: '',
|
||||
location: ''
|
||||
});
|
||||
|
||||
/** 日期范围 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user