002201 1 年之前
父節點
當前提交
d88ed792d6
共有 1 個文件被更改,包括 2 次插入0 次删除
  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;
         }