@@ -403,6 +403,8 @@
// 关闭抽屉
const onClose = () => {
+ memListOptions.value = []
+
formRef.value.resetFields()
visible.value = false
}