Skip to content

Commit

Permalink
默认文件策略能切换的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
qichangjun committed Jul 16, 2021
1 parent 9278180 commit 826532c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/recordinfo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recordinfo",
"version": "1.4.225",
"version": "1.4.226",
"repository": {
"type": "git",
"url": "https://github.com/qichangjun/ad-record-info"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ export class addElectronicDocumentComponent implements OnInit, OnChanges {
files = block[0].value[0].file ? _.castArray(block[0].value[0].file) : []
}
this.defaultFileLists = files
if(this.defaultFileLists.length > 0 ){
this.disableChangePolicy = true
}
}
// 注入服务端文件
else if (this.serverFiles && this.serverFiles.length > 0){
Expand Down

0 comments on commit 826532c

Please sign in to comment.