|
|
@@ -264,11 +264,11 @@
|
|
|
>
|
|
|
<el-option
|
|
|
v-for="product in productOptions"
|
|
|
- :key="product.goodsId"
|
|
|
+ :key="product.productId"
|
|
|
:label="product.productName"
|
|
|
- :value="product.goodsId"
|
|
|
+ :value="product.productId"
|
|
|
/>
|
|
|
- <span style="float: left">{{ product.goodsId }}</span>
|
|
|
+ <span style="float: left">{{ product.productId }}</span>
|
|
|
<span style="margin-left: 30px ;">{{product.productName}}</span>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
@@ -822,9 +822,9 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
submitForm1() {
|
|
|
+ console.log("form1")
|
|
|
+ console.log(this.form1)
|
|
|
this.$refs["form1"].validate(valid => {
|
|
|
- console.log("form1")
|
|
|
- console.log(this.$refs["form1"])
|
|
|
if (valid) {
|
|
|
updateLiveLotteryProductConf(this.form1).then(response => {
|
|
|
//200 成功
|