|
@@ -227,6 +227,7 @@ mixins:[PatentDetails,importPatent],
|
|
|
// console.log(field,a);
|
|
|
this.queryParams.pasOptions = field
|
|
|
this.queryParams.projectId = a
|
|
|
+ this.handleCancelSelectNumber()
|
|
|
this.getList2()
|
|
|
|
|
|
},
|
|
@@ -263,16 +264,18 @@ mixins:[PatentDetails,importPatent],
|
|
|
// if (this.queryParams.projectId) {
|
|
|
// this.getListPro()
|
|
|
// } else {
|
|
|
- this.getList2()
|
|
|
+ this.handleCancelSelectNumber()
|
|
|
+ this.getList2()
|
|
|
// }
|
|
|
|
|
|
- } else {
|
|
|
- // if (this.queryParams.projectId) {
|
|
|
- // this.getListPro()
|
|
|
- // } else {
|
|
|
- this.getList2()
|
|
|
- // }
|
|
|
}
|
|
|
+ // else {
|
|
|
+ // // if (this.queryParams.projectId) {
|
|
|
+ // // this.getListPro()
|
|
|
+ // // } else {
|
|
|
+ // this.getList2()
|
|
|
+ // // }
|
|
|
+ // }
|
|
|
|
|
|
this.visible = false
|
|
|
// this.form = {}
|
|
@@ -651,9 +654,6 @@ mixins:[PatentDetails,importPatent],
|
|
|
},
|
|
|
watch: {
|
|
|
'tableData'(val,val1) {
|
|
|
- if (JSON.stringify(val)!=JSON.stringify(val1)) {
|
|
|
- this.handleCancelSelectNumber()
|
|
|
- }
|
|
|
this.$nextTick(() => {
|
|
|
this.tableOffSetHeight()
|
|
|
})
|