فهرست منبع

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

yusheng 9 ماه پیش
والد
کامیت
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;
           });