修改
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
},
|
||||
watch: {
|
||||
'$route': function(val) {
|
||||
console.log(val)
|
||||
if (val.meta.title == '首页') {
|
||||
this.Navigation = val.meta.title
|
||||
this.subNavigation = null
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<a-row :gutter="10">
|
||||
<a-col :md="10" :sm="12">
|
||||
<a-form-item :label="$t('userAccount')" style="margin-left:8px">
|
||||
<j-input :placeholder="$t('enterAccountNumber')" v-model="queryParam.username"></j-input>
|
||||
<a-input :placeholder="$t('enterAccountNumber')" v-model="queryParam.username"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<span style="float: left;overflow: hidden;margin-top: 1px" class="table-page-search-submitButtons">
|
||||
@@ -165,6 +165,9 @@
|
||||
this.queryParam = {}
|
||||
this.loadDataIndex(1);
|
||||
},
|
||||
searchQuery(){
|
||||
this.loadDataIndex(1);
|
||||
},
|
||||
loadData(){},
|
||||
loadDataIndex(arg) {
|
||||
if (!this.url.list) {
|
||||
|
||||
Reference in New Issue
Block a user