|
@@ -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 = []
|