瀏覽代碼

修复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;
           });