Bläddra i källkod

添加参数和检索缓存

Qukatie 1 år sedan
förälder
incheckning
a19c812695

+ 2 - 1
src/views/iosBasicData/SeafreightExportF/bills/assembly/feecenter.vue

@@ -1863,7 +1863,8 @@
                             // 汇率
                             bcurrencyGetExrate({
                                 date:this.assemblyForm.etd?this.assemblyForm.etd.slice(0,10) + ' 00:00:00':dateFormat(new Date(), "yyyy-MM-dd") + ' 00:00:00', // 开船日期
-                                dc:dc
+                                dc:dc,
+                                type:1
                             }).then(res=>{
                                 for (let item of res.data.data) {
                                     if (item.code == row.curCode) {

+ 3 - 1
src/views/iosBasicData/losbfeestemplate/index.vue

@@ -478,6 +478,7 @@ export default {
         });
       }
       this.isShow = true;
+      console.log(this.page, this.search)
       this.onLoad(this.page, this.search);
     },
     // 左侧筛选
@@ -487,7 +488,8 @@ export default {
       this.detailData.businessTypeCnName = data.cnName
       this.detailData.businessTypeEnName = data.enName
       this.detailData.businessTypeCode = data.code
-      this.onLoad(this.page, this.search);
+      this.searchChange(this.search)
+      // this.onLoad(this.page, this.search);
     },
     // 添加弹窗开启
     addbtnfun() {