Browse Source

档案管理-卷内新增bug修改

master
xuhuajiao 2 years ago
parent
commit
454888d0ab
  1. 3
      src/views/archivesManage/archivesList/index.vue
  2. 4
      src/views/archivesManage/archivesList/mixins/archives.js

3
src/views/archivesManage/archivesList/index.vue

@ -395,6 +395,9 @@ export default {
}, },
// list // list
handleTableList() { handleTableList() {
// /''btn
this.isProject = true
this.isAnjuan = true
if (this.selectedCategory.isType === 2) { if (this.selectedCategory.isType === 2) {
this.$nextTick(() => { this.$nextTick(() => {
if (this.$refs.anjuan) { if (this.$refs.anjuan) {

4
src/views/archivesManage/archivesList/mixins/archives.js

@ -232,10 +232,10 @@ export const archivesCrud = {
this.formPreviewData = data.showFiled this.formPreviewData = data.showFiled
this.$nextTick(() => { this.$nextTick(() => {
if (type === 'edit') { if (type === 'edit') {
this.$refs.previewForm.isType = 'arcives'
this.$refs.previewForm.addOrUpdateForm = data.echo this.$refs.previewForm.addOrUpdateForm = data.echo
this.$refs.previewForm.FetchNoFormatField(this.categoryId)
} }
this.$refs.previewForm.isType = 'arcives'
this.$refs.previewForm.FetchNoFormatField(this.categoryId)
}) })
}) })
}, },

Loading…
Cancel
Save