修改入参两端的空格
This commit is contained in:
@@ -174,7 +174,7 @@
|
||||
<el-radio label="inMoney" v-show="userinfo.operationType == 'in'">充值</el-radio>
|
||||
<el-radio label="consumeIn" v-show="userinfo.operationType == 'in'">消费退款</el-radio>
|
||||
<el-radio label="consumeOut" v-show="userinfo.operationType != 'in'">消费</el-radio>
|
||||
<el-radio label=" inMoneyOut " v-show="userinfo.operationType != 'in'">充值退款</el-radio>
|
||||
<el-radio label="inMoneyOut" v-show="userinfo.operationType != 'in'">充值退款</el-radio>
|
||||
</el-radio-group>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
@@ -277,6 +277,10 @@ export default {
|
||||
this.getTableData();
|
||||
},
|
||||
async sumbit() {
|
||||
if (!this.userinfo.amount) {
|
||||
this.$message.error("请填写金额")
|
||||
return
|
||||
}
|
||||
let res = await midfiyAccount(this.userinfo)
|
||||
this.dialogVisible = false
|
||||
this.$message.success('修改成功')
|
||||
|
||||
Reference in New Issue
Block a user