LAPTOP-16IUEB3P\Lenovo 2 anni fa
parent
commit
f46a234d3f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/saleOrder/components/create-order.vue

+ 1 - 0
src/views/saleOrder/components/create-order.vue

@@ -290,6 +290,7 @@
         } else {
           this.$set(this.form, 'orderLibraryType', 2);
         }
+		this.$set(this.form, 'customerName', '');
       },
 
       async getSaleCode () {