src/views/sales/salesDetails/AddSalesDetailsDialog.vue
@@ -641,6 +641,22 @@ }, created() { if (this.editConfig.title !== "新建") { this.productTableList.tableData=[ { productId: this.productId, id: 0, amount: 0, desc: "", name: "", number: "", price: 0, cost: "", profit: "", margin: "", total: 0, unit: "" } ] this.isAddQuatation = false } this.$store.dispatch("geClient")