浏览代码

no message

linwenxin 8 月之前
父节点
当前提交
e9a5c34100

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

@@ -269,19 +269,6 @@ export default {
       ]
     }
   },
-  created() {
-    // // 普通工单选择网点数据
-    // if (!!~[1, 2, 3].indexOf(this?.workOrderType) || this.isAllWebsit) {
-    //   getWebsit({ type: 'C', status: true, isAll: this.isAllWebsit || this.id ? true : false }).then(res => {
-    //     this.websitList = res.data.map(item => ({
-    //       label: item.name,
-    //       value: item.websitId,
-    //       data: item
-    //     }))
-    //   })
-    // }
-    this.getWebsitFun()
-  },
   methods: {
     getWebsitFun(bool) {
       if (bool) {
@@ -315,6 +302,10 @@ export default {
             value: item.websitId,
             data: item
           }))
+          if (!this.orderInfo.id && this.websitList.length === 1) {
+            this.orderInfo.websitId = ''
+            this.orderInfo.websitName = ''
+          }
         })
       }
     },

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

@@ -98,11 +98,13 @@ export default {
               this.getinitlbslist()
               // 获取可选师傅
               this.getWorkers()
+              this.getWebsitFun()
             })
           } else if (this.workOrderType == 4) {
             this.$nextTick(() => {
               // 获取维保单详情
               this.getWeiBaoDetail()
+              this.getWebsitFun()
             })
           }
         })