Skip to content

Commit

Permalink
add something
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Oct 16, 2018
1 parent 118d4e9 commit 3110e62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/views/Archive/person.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<el-option label="职级" value="worklevel"></el-option>

</el-select>
<el-button slot="append" icon="el-icon-search" v-on:click="Refresh"></el-button>
<el-button slot="append" icon="el-icon-refresh" v-on:click="Clear"></el-button>
<el-button slot="append" icon="el-icon-search" v-on:click="Refresh"></el-button>
<el-button slot="append" icon="el-icon-refresh" v-on:click="Clear"></el-button>

</el-input>
<br>
Expand Down Expand Up @@ -177,6 +177,7 @@ export default {
for(let i in this.temp){
this.temp_obj[this.temp[i]["COLUMN_NAME"].toLowerCase()]=""
}
console.log(this.temp_obj)
Expand Down

0 comments on commit 3110e62

Please sign in to comment.