소스 검색

添加fId

qukaidi 4 년 전
부모
커밋
604259f59c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/Warehousing/inStock/AddOrUpdate.vue

+ 1 - 0
src/views/Warehousing/inStock/AddOrUpdate.vue

@@ -3620,6 +3620,7 @@ export default {
             this.relevantAttachments = response.data.enclosures;
           }
         } else {
+          this.$set(this.form, "fId", null);
           this.$set(this.form, "fMblno", null);
           this.$set(this.form, "fMarks", null);
           this.$set(this.form, "fProductName", null);