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