Commit a8e0f7e6 authored by chenfenglei's avatar chenfenglei

教师页面跳转

parent 2267f092
...@@ -88,7 +88,8 @@ ...@@ -88,7 +88,8 @@
if(valid){ if(valid){
let json = { let json = {
refund_money: parseFloat(this.form.money) * 100, 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=>{ refundApi(this.dialogObj.id,json).then(res=>{
this.$message({ this.$message({
......
...@@ -91,6 +91,7 @@ ...@@ -91,6 +91,7 @@
desc: this.form.desc, desc: this.form.desc,
refund_type:this.form.refund_type refund_type:this.form.refund_type
}; };
console.log(json)
refundApi(this.dialogObj.id,json).then(res=>{ refundApi(this.dialogObj.id,json).then(res=>{
this.$message({ this.$message({
type: 'success', 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