src/views/service/serviceContract/AddServiceContractDialog.vue
@@ -620,11 +620,9 @@ } else if (value === "contract") { this.editSelCommonConfig.title = "销售明细单" this.editSelCommonConfig.editVisible = true this.editSelCommonConfig.tableInfomation = [...this.salesDetailsList] } else if (value === "quotation") { this.editSelCommonConfig.title = "报价单" this.editSelCommonConfig.editVisible = true this.editSelCommonConfig.tableInfomation = [...this.quotationList] } }, selClient(row, value) {