土地巡查表单数据清空
This commit is contained in:
parent
24955c8059
commit
ff77efc2a3
@ -124,7 +124,9 @@ const infoData = reactive({
|
|||||||
mark: '',
|
mark: '',
|
||||||
target: '',
|
target: '',
|
||||||
});
|
});
|
||||||
|
const infoRules = reactive({
|
||||||
|
num: [{ required: true, message: '请输入编号', trigger: 'blur' }],
|
||||||
|
});
|
||||||
const memberOptions = reactive([
|
const memberOptions = reactive([
|
||||||
{
|
{
|
||||||
value: '成员1',
|
value: '成员1',
|
||||||
@ -183,6 +185,7 @@ const infoCancel = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const infoHide = () => {
|
const infoHide = () => {
|
||||||
|
infoRef.value && infoRef.value.resetFields();
|
||||||
infoVisible.value = false;
|
infoVisible.value = false;
|
||||||
};
|
};
|
||||||
// #region
|
// #region
|
||||||
|
Loading…
x
Reference in New Issue
Block a user