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