Browse Source

公文编辑-层位字段添加

master
xuhuajiao 2 days ago
parent
commit
f065a999cc
  1. 6
      src/views/archivesMIOD/miodLibrary/index.vue

6
src/views/archivesMIOD/miodLibrary/index.vue

@ -553,8 +553,8 @@ export default {
} }
FetchInitDocumentDetailsList(params).then(data => { FetchInitDocumentDetailsList(params).then(data => {
// id,parents_id,reg_no,details_type,pass_location,read_type,tid,is_destroy,create_by,create_time,update_by,update_time
// idid1. 2.tid
// id,parents_id,reg_no,details_type,pass_location,folder_location,read_type,tid,is_destroy,create_by,create_time,update_by,update_time
// idid1. 2.tid
const jsonData = this.convertData(data) const jsonData = this.convertData(data)
const fileOriginal = jsonData.filter(item => item.details_type === 1) const fileOriginal = jsonData.filter(item => item.details_type === 1)
console.log('jsonData', jsonData) console.log('jsonData', jsonData)
@ -567,7 +567,7 @@ export default {
convertData(data) { convertData(data) {
return data.map(item => { return data.map(item => {
const fieldNames = [ const fieldNames = [
'id', 'parents_id', 'reg_no', 'details_type', 'pass_location',
'id', 'parents_id', 'reg_no', 'details_type', 'pass_location', 'folder_location',
'read_type', 'tid', 'is_destroy', 'create_by', 'create_time', 'read_type', 'tid', 'is_destroy', 'create_by', 'create_time',
'update_by', 'update_time' 'update_by', 'update_time'
] ]

Loading…
Cancel
Save