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) { // 时间格式化