zuozhengqing
2024-02-05 fbd020b270e0aa79104432a7171c93ea873119a4
src/views/service/clientServiceOrder/index.vue
@@ -252,10 +252,17 @@
    },
    // 编辑
    handleClick(row) {
      console.log(row,"row")
      this.editConfig.visible = true
      this.editConfig.title = "编辑"
      this.editConfig.infomation = {
        ...row,
        faultTypeId:row.faultTypeId==0?"":row.faultTypeId,
        serviceTypeId:row.serviceTypeId==0?"":row.serviceTypeId,
        severityId:row.severityId==0?"":row.severityId,
        priorityLevelId:row.priorityLevelId==0?"":row.priorityLevelId,
        timeSpentId:row.timeSpentId==0?"":row.timeSpentId,
        faqId:row.faqId==0?"":row.faqId,  // faqId
        contact_name: row.Contact.name,
        service_number: row.serviceContractId,
        number: row.SalesDetails.number,