yangfeng
2023-08-16 e02b9950df2e833c80e8542209bfbf3b44896c90
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() {