|
@ -68,6 +68,10 @@ |
|
|
<el-form-item> |
|
|
<el-form-item> |
|
|
<el-button type="primary" size="small" @click="getDataList()">{{ $t('query') }}</el-button> |
|
|
<el-button type="primary" size="small" @click="getDataList()">{{ $t('query') }}</el-button> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
<el-button style="margin-left:10px" |
|
|
|
|
|
size="small" |
|
|
|
|
|
class="diy-button--reset" |
|
|
|
|
|
@click="resetSearch">重置</el-button> |
|
|
<!-- <el-form-item>--> |
|
|
<!-- <el-form-item>--> |
|
|
<!-- <el-button type="primary" size="small" @click="addOrUpdateHandle()">{{ $t('add') }}</el-button>--> |
|
|
<!-- <el-button type="primary" size="small" @click="addOrUpdateHandle()">{{ $t('add') }}</el-button>--> |
|
|
<!-- </el-form-item>--> |
|
|
<!-- </el-form-item>--> |
|
@ -201,6 +205,21 @@ export default { |
|
|
return this.$message.error('网络错误') |
|
|
return this.$message.error('网络错误') |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
|
|
|
//重置搜索条件 |
|
|
|
|
|
resetSearch () { |
|
|
|
|
|
this.agencyIdArray = [] |
|
|
|
|
|
this.dataForm = { |
|
|
|
|
|
agencyId: '', |
|
|
|
|
|
gridId: '', |
|
|
|
|
|
logType: '', |
|
|
|
|
|
createdUser: '', |
|
|
|
|
|
startTime: '', |
|
|
|
|
|
endTime: '', |
|
|
|
|
|
mobile: '' |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
this.getDataList() |
|
|
|
|
|
}, |
|
|
// 字典 |
|
|
// 字典 |
|
|
async getCategrayList () { |
|
|
async getCategrayList () { |
|
|
console.log(localStorage.getItem('token')) |
|
|
console.log(localStorage.getItem('token')) |
|
|