|
@@ -78,7 +78,7 @@ export default {
|
78
|
78
|
saveCharges(params).then(response=>{
|
79
|
79
|
if(response.data.state == 1){
|
80
|
80
|
var additionalCharge = response.data.data.additionalCharge
|
81
|
|
- // console.log("additionalchar",additionalCharge)
|
|
81
|
+ console.log("additionalchar",additionalCharge)
|
82
|
82
|
this.visible = false
|
83
|
83
|
this.$message.success("保存成功")
|
84
|
84
|
}
|