From 6378fa4ea01c8c6a92bd3bf710686f5deedf99dd Mon Sep 17 00:00:00 2001
From: yz3456 <2753272399@qq.com>
Date: 星期六, 06 四月 2024 17:45:29 +0800
Subject: [PATCH] 完善家庭会议模块
---
ruoyi-ui/src/views/selfeconomy/memo.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/ruoyi-ui/src/views/selfeconomy/memo.vue b/ruoyi-ui/src/views/selfeconomy/memo.vue
index 7678bc5..ce16402 100644
--- a/ruoyi-ui/src/views/selfeconomy/memo.vue
+++ b/ruoyi-ui/src/views/selfeconomy/memo.vue
@@ -52,6 +52,7 @@
v-model='formDat.happenTime'
type='date'
placeholder='閫夋嫨鏃ユ湡'
+ value-format="yyyy-MM-dd"
></el-date-picker>
</el-form-item>
@@ -198,6 +199,9 @@
// 鍙栨秷鎸夐挳
cancelData() {
this.open = false;
+ Object.keys(this.formDat).forEach(key => {
+ this.formDat[key] = '';
+ });
this.reset();
},
editAutobiography(row) {
--
Gitblit v1.9.1