002201 há 1 ano atrás
pai
commit
d88ed792d6
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      src/views/purchase/apply/copy/index.vue

+ 2 - 0
src/views/purchase/apply/copy/index.vue

@@ -141,7 +141,9 @@ export default {
           this.params.priceApplyItems = data.priceApplyItems.map((item) => ({
             ...this.$init.params(TableColumns),
             ...item,
+            id: null,
           }));
+          this.params.id = null;
         } else {
           this.visible = false;
         }