技术标准-起草在进入onlyoffice时保存

This commit is contained in:
zyn
2023-11-07 13:33:36 +08:00
parent be595c7645
commit d099d9ca7c
@@ -2977,6 +2977,7 @@
if (type === 'preview') {
this.$onlineEditPreview(id, fileNam2, this.$store.getters.userInfo.userId, this.$store.getters.userInfo.userName, this.form)
} else {
this.handleSave()
this.$onlineEdit(id, fileNam2, this.$store.getters.userInfo.userId, this.$store.getters.userInfo.userName, this.form)
}
},