Commit a8e0f7e6 authored by chenfenglei's avatar chenfenglei

教师页面跳转

parent 2267f092
......@@ -88,7 +88,8 @@
if(valid){
let json = {
refund_money: parseFloat(this.form.money) * 100,
desc: this.form.desc
desc: this.form.desc,
refund_type:this.form.refund_type
};
refundApi(this.dialogObj.id,json).then(res=>{
this.$message({
......
......@@ -91,6 +91,7 @@
desc: this.form.desc,
refund_type:this.form.refund_type
};
console.log(json)
refundApi(this.dialogObj.id,json).then(res=>{
this.$message({
type: 'success',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment