|
@@ -828,6 +828,9 @@ export default {
|
|
|
},
|
|
|
// 租出,租入,卖箱,买箱的接口
|
|
|
tradingBoxFeesListfun(feesType,params = {}){
|
|
|
+ if (!this.id) {
|
|
|
+ return
|
|
|
+ }
|
|
|
tradingBoxFeesList({
|
|
|
...params,
|
|
|
current: this.page.currentPage,
|
|
@@ -857,6 +860,9 @@ export default {
|
|
|
|
|
|
// 出口进口的费用接口
|
|
|
transportItemFeesListdatafun(feesType,params = {}){
|
|
|
+ if (!this.id) {
|
|
|
+ return
|
|
|
+ }
|
|
|
transportItemFeesListdata({
|
|
|
...params,
|
|
|
current: this.page.currentPage,
|