Browse Source

到期提醒只有仓储显示

lichao 3 năm trước cách đây
mục cha
commit
2843277aaa
1 tập tin đã thay đổi với 5 bổ sung3 xóa
  1. 5 3
      src/views/index.vue

+ 5 - 3
src/views/index.vue

@@ -979,9 +979,11 @@ export default {
     this.getList();
     this.warehouses();
     this.inquiry();
-    remindExpirationData().then(res => {
-     this.remindList = res.rows
-    })
+    if (this.sysType == 1) {
+      remindExpirationData().then(res => {
+        this.remindList = res.rows
+      })
+    }
     this.dataList.addressName = []
     this.dataList.boxNumber = []
     this.dataList.bookingRanking.text = []