|
@@ -657,6 +657,7 @@
|
|
this.currentPage = 1
|
|
this.currentPage = 1
|
|
this.pageSize = 10
|
|
this.pageSize = 10
|
|
this.tranProcessInfo = []
|
|
this.tranProcessInfo = []
|
|
|
|
+ this.activeName = ""
|
|
console.log('type', this.activeName)
|
|
console.log('type', this.activeName)
|
|
for (var i = 0; i < this.contractNoList.length; i++) {
|
|
for (var i = 0; i < this.contractNoList.length; i++) {
|
|
if (this.contractNoList[i].contractNo == e) {
|
|
if (this.contractNoList[i].contractNo == e) {
|