更新
This commit is contained in:
parent
c47eb944c9
commit
6fe9ee6142
@ -66,6 +66,7 @@ export default {
|
||||
this.loading = true
|
||||
paymentTypeApi().then(async res => {
|
||||
this.FormData = res.data
|
||||
console.log({...this.FormData});
|
||||
this.loading = false
|
||||
}).catch(res => {
|
||||
this.$message.error(res.message)
|
||||
|
@ -953,7 +953,7 @@
|
||||
</div>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<!-- <el-col :span="24">
|
||||
<el-col :span="24">
|
||||
<el-col>
|
||||
<el-form-item label="最少购买件数:">
|
||||
<el-input-number
|
||||
@ -966,7 +966,7 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-col>
|
||||
<el-col :span="24">
|
||||
<!-- <el-col :span="24">
|
||||
<el-form-item label="限购类型:">
|
||||
<el-radio-group v-model="formValidate.pay_limit">
|
||||
<el-radio :label="0" class="radio">不限购</el-radio>
|
||||
|
Loading…
x
Reference in New Issue
Block a user