Skip to content

Commit

Permalink
feat:更新
Browse files Browse the repository at this point in the history
  • Loading branch information
superDragon committed Aug 16, 2021
1 parent 603873a commit e2b1001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/table/table21.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export default {
// 初始化一个zip打包对象
var zip = new JSZip()
this.$store.dispatch('updateUid', this.id)
this.$store.dispatch('updateVersion', this.$version)
// 创建一个被用来打包的文件
zip.file('user.json', JSON.stringify(this.form))
if (this.form.password) {
Expand Down

0 comments on commit e2b1001

Please sign in to comment.