From 3b7ed32fb0d22be7d1b7e23e7101e29a5b2dfb40 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期三, 28 二月 2024 20:33:50 +0800 Subject: [PATCH] 修改了备忘录内容 --- ruoyi-ui/src/views/note/memo.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/note/memo.vue b/ruoyi-ui/src/views/note/memo.vue index 7199237..3b19f64 100644 --- a/ruoyi-ui/src/views/note/memo.vue +++ b/ruoyi-ui/src/views/note/memo.vue @@ -50,6 +50,7 @@ v-model='formDat.happenTime' type='date' placeholder='閫夋嫨鏃ユ湡' + value-format="yyyy-MM-dd" ></el-date-picker> </el-form-item> @@ -205,6 +206,7 @@ //涓汉鑷紶鐨勪繚瀛� submitDataScope6: function() { + const cid = this.$route.params && this.$route.params.id; const fid =2007; this.formDat.fid = 2007; @@ -232,6 +234,8 @@ }); } else { // 鎵ц鏂板鎿嶄綔 + console.log(this.formDat) + addNote(this.formDat).then(response => { // this.formDat.term = selectedOption.label; this.$modal.msgSuccess("鏂板鎴愬姛"); @@ -483,7 +487,7 @@ var formData = new FormData(); formData.append('excelImport', file); let _this = this - alert(file) + enload(formData).then(response => { _this.getList(); Message({ message: "瀵煎叆鎴愬姛", type: 'warning' }) -- Gitblit v1.9.1