|
@@ -100,7 +100,7 @@
|
|
|
<div class="filter-container">
|
|
|
<div class="filter-control">
|
|
|
<el-button @click="goBack">返回</el-button>
|
|
|
- <el-button type="primary" @click="onSubmit('roleFrom')">保存</el-button>
|
|
|
+ <el-button type="primary" @click="onSubmit">保存</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 供应商弹框 -->
|
|
@@ -236,7 +236,7 @@ export default {
|
|
|
},
|
|
|
handleAddList() {
|
|
|
// 新增优惠券
|
|
|
- this.formList.push(defaultForm)
|
|
|
+ this.formList.push(defaultForm())
|
|
|
},
|
|
|
handleDelete(item, index) {
|
|
|
// 删除单挑优惠券
|