|
@@ -542,6 +542,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
checkFreefreightamount () {
|
|
|
+ console.log('执行输出')
|
|
|
let result = ''
|
|
|
switch (this.freefreightamount) {
|
|
|
case -1:
|
|
@@ -622,7 +623,10 @@ export default {
|
|
|
this.total = res.total
|
|
|
this.totalPage = Math.ceil(this.total /200)
|
|
|
this.currentPage = res.pageNumber
|
|
|
- this.queryBasicInfo()
|
|
|
+ setTimeout(()=>{
|
|
|
+ this.queryBasicInfo()
|
|
|
+ },500)
|
|
|
+
|
|
|
},
|
|
|
handlePullApi (pullApi) {
|
|
|
pullApi.content = {
|
|
@@ -857,7 +861,8 @@ export default {
|
|
|
},
|
|
|
async queryBasicInfo () {
|
|
|
const res = await this.$api.requested({
|
|
|
- "id":20220920084001,"content":{
|
|
|
+ "id":20220920084001,
|
|
|
+ "content":{
|
|
|
sys_enterpriseid:this.data.sys_enterpriseid
|
|
|
},
|
|
|
})
|