src/views/sales/salesReturn/AddSalesReturnDialog.vue
@@ -308,7 +308,8 @@ editSelCommonConfig: { editVisible: false, title: "", infomation: {} infomation: {}, clientId:"" }, productId: 1, isNoProduct: true, @@ -459,6 +460,7 @@ async handleSelectClient(value, item) { if (value === "client") { this.clientId = item.id this.editSelCommonConfig.clientId=item.id await getSalesDetailsList({ clientId: this.clientId }).then((res) => {