From 7aac09492524e9fe3b8152759612960177ab1dc7 Mon Sep 17 00:00:00 2001 From: z_yu <1534695664@qq.com> Date: Mon, 4 Jul 2022 10:01:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E7=B1=BB=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E8=91=97=E5=BD=95=E7=95=8C=E9=9D=A2=E6=8B=96=E5=8A=A8=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E5=AF=B9=E8=AF=9D=E6=A1=86=E7=BC=93=E5=AD=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/category/baseInfo/index.vue | 9 --------- src/views/category/descriptionPreview/index.vue | 7 +++---- src/views/category/fileNoFormat/index.vue | 1 - src/views/components/category/PreviewForm.vue | 7 ------- 4 files changed, 3 insertions(+), 21 deletions(-) diff --git a/src/views/category/baseInfo/index.vue b/src/views/category/baseInfo/index.vue index fb11e1f..5cdef79 100644 --- a/src/views/category/baseInfo/index.vue +++ b/src/views/category/baseInfo/index.vue @@ -51,15 +51,6 @@ export default { fileNoFormatStr: '' } }, - // computed: { - // fileNoFormatStr: function() { - // console.log(this.fileNoFormat) - // return this.fileNoFormat.reduce( - // (previousValue, currentValue) => { - // previousValue.fieldCnName + previousValue.connector + currentValue.fieldCnName + currentValue.connector}, { fieldCnName: '', connector: '' } - // ) - // } - // }, watch: { selectedCategory: function(newValue, oldValue) { if (newValue && newValue.id) { diff --git a/src/views/category/descriptionPreview/index.vue b/src/views/category/descriptionPreview/index.vue index 7e35521..baea45d 100644 --- a/src/views/category/descriptionPreview/index.vue +++ b/src/views/category/descriptionPreview/index.vue @@ -50,13 +50,13 @@ - +
提示:请通过拖动鼠标来调整当前顺序 - - + + @@ -101,7 +101,6 @@ export default { }, mounted() { this.getArchivesType() - this.$refs.previewForm.rendered = true }, methods: { getArchivesType() { diff --git a/src/views/category/fileNoFormat/index.vue b/src/views/category/fileNoFormat/index.vue index 24811d6..3f5e3c2 100644 --- a/src/views/category/fileNoFormat/index.vue +++ b/src/views/category/fileNoFormat/index.vue @@ -125,7 +125,6 @@ export default { this.$refs[tableName].toggleRowSelection(row) }, selectionChangeHandler(val, tableName) { - console.log(123) this.table[tableName].selections = val }, toAdd() { diff --git a/src/views/components/category/PreviewForm.vue b/src/views/components/category/PreviewForm.vue index 43d19e1..b5825e7 100644 --- a/src/views/components/category/PreviewForm.vue +++ b/src/views/components/category/PreviewForm.vue @@ -246,12 +246,6 @@ export default { }) }, // 预览界面排序 - // datadragEnd(evt) { - // evt.preventDefault() - // console.log('拖动前的索引 :' + evt.oldIndex) - // console.log('拖动后的索引 :' + evt.newIndex) - // console.log(this.formPreviewData) - // }, datadragEnd(event) { // 调换顺序 const oldIndex = event.oldIndex // 移动初始位置 @@ -269,7 +263,6 @@ export default { } this.formPreviewData[newIndex] = index } - console.log(this.formPreviewData) }, submitForm(formName, categoryId) { // 时间格式化