|
|
@@ -1409,7 +1409,6 @@ export default {
|
|
|
|
|
|
serachGoodsCertByCompany (event) {
|
|
|
this.goodsLoading = true
|
|
|
- console.log(event, this.currentGoodsPage, 'this.currentGoodsPage')
|
|
|
if (event != null) {
|
|
|
this.currentGoodsPage = 1
|
|
|
}
|
|
|
@@ -1592,6 +1591,9 @@ export default {
|
|
|
this.addshow = true
|
|
|
},
|
|
|
edit (row) {
|
|
|
+ this.currentGoodsPage = 1
|
|
|
+ this.currentBasisPage = 1
|
|
|
+ this.currentTCPage = 1
|
|
|
this.addShowTitle = '查看不良行为'
|
|
|
this.isChooseDisable = true
|
|
|
this.entityForm.CompanyCode = row.Companycode
|
|
|
@@ -1623,11 +1625,6 @@ export default {
|
|
|
// this.basisSize = 10
|
|
|
// this.tcSize = 10
|
|
|
|
|
|
- this.currentGoodsPage = 1
|
|
|
- console.log(this.currentGoodsPage, 'currentGoodsPage')
|
|
|
- this.currentBasisPage = 1
|
|
|
- this.currentTCPage = 1
|
|
|
-
|
|
|
// this.currentGoodsItemCount = 0
|
|
|
// this.currentBasisItemCount = 0
|
|
|
// this.currentTCItemCount = 0
|