소스 검색

修改bug

chenrui 2 년 전
부모
커밋
8b24ef6749
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/purchasingManagement/purchaseReturn/detailModal.vue

+ 1 - 1
src/views/purchasingManagement/purchaseReturn/detailModal.vue

@@ -156,7 +156,7 @@ export default {
       }
     },
     itemSn (newValue, oldValue) {
-      if (this.isShow && !newValue) {
+      if (this.isShow && newValue) {
         const _this = this
         setTimeout(() => {
           _this.$refs.tableDetail.refresh(true)