浏览代码

no message

linwenxin 8 月之前
父节点
当前提交
0bd5ee3c0f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/workOrder/workOrderPool/detailModule/workOrderInfo/mixins/pandanxinxi.js

+ 2 - 2
src/views/workOrder/workOrderPool/detailModule/workOrderInfo/mixins/pandanxinxi.js

@@ -303,8 +303,8 @@ export default {
             data: item
           }))
           if (!this.orderInfo.id && this.websitList.length === 1) {
-            this.orderInfo.websitId = ''
-            this.orderInfo.websitName = ''
+            this.orderInfo.websitId = this.websitList[0].websitId
+            this.orderInfo.websitName = this.websitList[0].name
           }
         })
       }