BUG 修改

This commit is contained in:
zhaoxiao
2021-09-26 18:36:50 +08:00
parent 3c9c9c5df8
commit df5b0b6142
9 changed files with 16 additions and 12 deletions
@@ -475,8 +475,6 @@ export default {
// 获取应收金额和已收金额
this.accountsReceivableNum = record.accountsReceivableAmount
this.amountReceivedNum = record.amountReceived
// 将pack值改为数字,解决控制台报错
record.pack = record.pack
this.model = Object.assign({}, record)
this.temporaryModel = Object.assign({}, record)
this.$nextTick(() => {