diff --git a/sub-government-affairs-service/src/views/landManage/component/landPartol/index.vue b/sub-government-affairs-service/src/views/landManage/component/landPartol/index.vue index 8bd08e6..79499ff 100644 --- a/sub-government-affairs-service/src/views/landManage/component/landPartol/index.vue +++ b/sub-government-affairs-service/src/views/landManage/component/landPartol/index.vue @@ -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