Browse Source

取消警告

duy 2 years ago
parent
commit
8e0b797aab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/expense/purchaseRequest/record.vue

+ 1 - 1
src/views/expense/purchaseRequest/record.vue

@@ -318,7 +318,7 @@ const getDetailsData = async () => {
             let newDetails1 = {}
             let newDetails1 = {}
             Object.keys(detailsObj1).forEach(key => {
             Object.keys(detailsObj1).forEach(key => {
                 newDetails1[key] = item[key]
                 newDetails1[key] = item[key]
-                newDetails1['purPrice'] = Number(item['purPrice'])
+                newDetails1['purPrice'] = Number(item['purPrice`'])
                 //purPrice
                 //purPrice
             })
             })
             newDetails1.id = item?.id
             newDetails1.id = item?.id