yangfeng
2023-08-16 8191562f28c525373941af4638c30c8f8e74c245
src/views/service/serviceContract/index.vue
@@ -197,7 +197,11 @@
      console.log(row)
      this.editConfig.visible = true
      this.editConfig.title = "编辑"
      this.editConfig.infomation = { ...row }
      this.editConfig.infomation = {
        ...row,
        contract_number: row.salesDetails.number,
        quotation_number: row.quotation.number
      }
    },
    // 删除
    delClick() {