소스 검색

核价状态

yusheng 1 년 전
부모
커밋
e9ddc957ba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/purchasingManage/inquiryManage/components/inventoryTable.vue

+ 1 - 1
src/views/purchasingManage/inquiryManage/components/inventoryTable.vue

@@ -478,7 +478,7 @@
               Math.max(...totalCountS) >= productItem.totalCount ? 2 : 1
               Math.max(...totalCountS) >= productItem.totalCount ? 2 : 1
             );
             );
           } else {
           } else {
-            this.$set(this.form.datasource[index], 'isInquiry', 0);
+            // this.$set(this.form.datasource[index], 'isInquiry', 0);
           }
           }
           console.log(totalCountS, 'codeS');
           console.log(totalCountS, 'codeS');
         });
         });