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)