|
|
@@ -224,6 +224,7 @@ export default {
|
|
|
}
|
|
|
this.tableData = []
|
|
|
this.params.content.where.condition = ''
|
|
|
+ this.tradefields = ''
|
|
|
},
|
|
|
async productData(){
|
|
|
this.params.content.where.type = true
|
|
|
@@ -287,6 +288,7 @@ export default {
|
|
|
this.groupdata = res.data
|
|
|
this.index = 0
|
|
|
this.col = 0
|
|
|
+ this.tradefields = ''
|
|
|
// this.$refs['submitProduct'].submitProduct(res.data.sa_itemgroupid)
|
|
|
this.submitProduct(res.data.sa_itemgroupid)
|
|
|
this.$store.dispatch('changeDetailDrawer',true)
|