src/views/logistics/transportGPS/Add_Edit_WL_YayBill.vue
@@ -1185,9 +1185,7 @@ this.form.HExRate = response.data[0].汇率 == null ? 0 : response.data.汇率 this.form.HSSID = response.data[0].结算方式 this.form.HSSName = response.data[0].结算方式名称 response.data.map(item => { this.transportList.push(item.运输路线名称) }) this.transportList = [...new Set(response.data.map(item => item.运输路线名称))] this.checkAndCallGetTransCost() } else { this.$modal.msgError("错误:" + response.data.code + response.data.Message);