|
|
@@ -254,7 +254,9 @@ export default {
|
|
|
this.rebateamount = this.mainData.rebateamount
|
|
|
}
|
|
|
console.log(this.mainData);
|
|
|
- this.$refs.prod.listData(this.$refs.prod.param.content.pageNumber = 1)
|
|
|
+ if (this.tabNow == 'tab0'){
|
|
|
+ this.$refs.prod.listData(this.$refs.prod.param.content.pageNumber = 1)
|
|
|
+ }
|
|
|
this.queryUsedrebate()
|
|
|
this.changeDataStructure()
|
|
|
this.orderreviewtype()
|
|
|
@@ -841,9 +843,7 @@ export default {
|
|
|
cancelButtonText: this.$t('取消'),
|
|
|
type: 'warning'
|
|
|
}).then(async () => {
|
|
|
- console.log(this.tabNow,'tabNow',this.$refs.prod.time)
|
|
|
if (this.tabNow != 'tab0' || this.$refs.prod.time == null){
|
|
|
- console.log('2222222222222222222222')
|
|
|
this.onSubmitRe(type)
|
|
|
}else {
|
|
|
this.typeNew = type
|