소스 검색

修复BOM详情页数据赋值错误,将resolve改为res

yusheng 10 달 전
부모
커밋
a91478ac0e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/bpm/handleTask/components/bomApproverJSYY/detailDialog.vue

+ 1 - 1
src/views/bpm/handleTask/components/bomApproverJSYY/detailDialog.vue

@@ -273,7 +273,7 @@ import BOMSearch from './BOM-search.vue';
       handBomDetails(id) {
         if (id) {
           getBomGetById(id).then((res) => {
-            this.form=resolve
+            this.form=res;
             this.baseCount = res.baseCount;
             this.unit = res.category.measuringUnit;
           });