@@ -278,6 +278,9 @@
},
onShow() {
// 执行查询
+ // console.log('par',this.queryParams);
+ // this.$set(this.queryParams,'detresult',this.keyword)
+ this.keyword = ''
this.actions = []
getOrgId({
pageNo: this.pageNo,
@@ -296,7 +299,7 @@
this.formData.orgName = response.data[0].orgName;
this.formData.orgId = response.data[0].dwid;
this.tableData = []
- this.getData();
+ this.search();
}).catch(err => {
this.loading = false