|
@@ -27,7 +27,7 @@
|
|
<a-col :md="6" :sm="8">
|
|
<a-col :md="6" :sm="8">
|
|
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
|
|
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
|
|
<a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
|
|
<a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
|
|
- <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
|
|
|
|
|
|
+ <a-button type="primary" @click="searchRe" icon="reload" style="margin-left: 8px">重置</a-button>
|
|
</span>
|
|
</span>
|
|
</a-col>
|
|
</a-col>
|
|
|
|
|
|
@@ -287,11 +287,16 @@
|
|
return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`;
|
|
return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`;
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ created(){
|
|
|
|
+ this.queryParam.userId = this.userInfo().id
|
|
|
|
+ },
|
|
methods: {
|
|
methods: {
|
|
...mapGetters(["nickname", "avatar", "userInfo"]),
|
|
...mapGetters(["nickname", "avatar", "userInfo"]),
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ searchRe() {
|
|
|
|
+ this.queryParam.name = ''
|
|
|
|
+ this.queryParam.industryId = ''
|
|
|
|
+ this.loadData()
|
|
|
|
+ },
|
|
handleSubmit() {
|
|
handleSubmit() {
|
|
/*postAction(this.url.getLoginInfo).then((res) => {
|
|
/*postAction(this.url.getLoginInfo).then((res) => {
|
|
if (res.success) {
|
|
if (res.success) {
|
|
@@ -378,14 +383,7 @@
|
|
},
|
|
},
|
|
},
|
|
},
|
|
|
|
|
|
- handleOk(e) {
|
|
|
|
- console.log(e);
|
|
|
|
- this.visible = false
|
|
|
|
- },
|
|
|
|
- handleCancel(e) {
|
|
|
|
- console.log(e);
|
|
|
|
- this.visible = false
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|