|
@@ -228,6 +228,7 @@ export default {
|
|
// 点击左侧的tab栏
|
|
// 点击左侧的tab栏
|
|
cutLeft (type) {
|
|
cutLeft (type) {
|
|
if (type === this.formData.type) return
|
|
if (type === this.formData.type) return
|
|
|
|
+ this.formData.pageNum = 1
|
|
this.formData.type = type
|
|
this.formData.type = type
|
|
this.goodsList(this.formData)
|
|
this.goodsList(this.formData)
|
|
},
|
|
},
|