土地巡查表单数据清空

This commit is contained in:
lzc 2025-02-26 17:22:57 +08:00
parent 24955c8059
commit ff77efc2a3

View File

@ -124,7 +124,9 @@ const infoData = reactive({
mark: '',
target: '',
});
const infoRules = reactive({
num: [{ required: true, message: '请输入编号', trigger: 'blur' }],
});
const memberOptions = reactive([
{
value: '成员1',
@ -183,6 +185,7 @@ const infoCancel = () => {
};
const infoHide = () => {
infoRef.value && infoRef.value.resetFields();
infoVisible.value = false;
};
// #region