|
@@ -222,6 +222,7 @@ export default {
|
|
|
this.rebateamount = this.mainData.rebateamount
|
|
|
}
|
|
|
console.log(this.mainData);
|
|
|
+ this.$refs.prod.listData(this.$refs.prod.param.content.pageNumber = 1)
|
|
|
this.queryUsedrebate()
|
|
|
this.changeDataStructure()
|
|
|
this.orderreviewtype()
|
|
@@ -423,7 +424,6 @@ export default {
|
|
|
this.tool.showMessage(res,async ()=>{
|
|
|
this.visible = false
|
|
|
this.queryMainData()
|
|
|
- this.$refs.prod.listData(this.$refs.prod.param.content.pageNumber = 1)
|
|
|
})
|
|
|
}).catch((err) => {
|
|
|
this.$message({
|