Просмотр исходного кода

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

yusheng 9 месяцев назад
Родитель
Сommit
a91478ac0e

+ 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;
           });