|
@@ -175,7 +175,16 @@ export default {
|
|
|
})
|
|
|
})
|
|
|
},
|
|
|
- onClose(){}
|
|
|
+ onClose(){
|
|
|
+ this.form = {
|
|
|
+ "action": "1",//0 新增 1 更新
|
|
|
+ "categories": "",//商品大类
|
|
|
+ "categoriesreward": []
|
|
|
+ }
|
|
|
+ this.list = []
|
|
|
+ this.dialogVisible = false
|
|
|
+ this.$emit('editSuccess')
|
|
|
+ }
|
|
|
},
|
|
|
created() {
|
|
|
this.tablecols = this.tool.tabelCol(this.$route.name).commissionSet.tablecols
|