修改发票信息

This commit is contained in:
2024-05-06 17:09:34 +08:00
parent 3d13c3003a
commit 2a6447e292
8 changed files with 67 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ Component({
this.setData({ user: data });
},
changeEditType() {
this.setData({ editType: 'edit', formData: this.data.detail })
this.setData({ editType: 'edit', formData: {...this.data.detail, tenement: wx.getStorageSync('tenement')?.id} })
},
cancelEdit() {
this.setData({ editType: 'detail', formData: {} })