diff --git a/package.json b/package.json index 82dde73..6518a3e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "电子档案管理系统", "license": "", "scripts": { - "dev": "vue-cli-service serve", + "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", "build:prod": "vue-cli-service build", "build:stage": "vue-cli-service build --mode staging", "preview": "node build/index.js --preview", diff --git a/src/views/collectReorganizi/collectionLibrary/mixins/index.js b/src/views/collectReorganizi/collectionLibrary/mixins/index.js index 4b5c73f..2087827 100644 --- a/src/views/collectReorganizi/collectionLibrary/mixins/index.js +++ b/src/views/collectReorganizi/collectionLibrary/mixins/index.js @@ -48,8 +48,6 @@ export const collectionLibraryCrud = { 'archive_year': null, 'fonds_no': null } - console.log('page', this.page) - console.log('page1', this.$parent) // 2 项目 3 案卷 /文件 4 卷内 6 文件 if (this.isTitleType === 2) { this.parentsId = null diff --git a/src/views/collectReorganizi/collectionLibrary/module/blukEditing/index.vue b/src/views/collectReorganizi/collectionLibrary/module/blukEditing/index.vue index 063e188..ac0977c 100644 --- a/src/views/collectReorganizi/collectionLibrary/module/blukEditing/index.vue +++ b/src/views/collectReorganizi/collectionLibrary/module/blukEditing/index.vue @@ -70,11 +70,13 @@ v-model="editForm.updateContext" type="date" placeholder="选择日期" + format="yyyy-MM-dd" + value-format="yyyy-MM-dd" style="width: 360px;" /> @@ -24,9 +25,8 @@ - - -