Commit 7c628013 authored by zhangderong's avatar zhangderong

搜索记录保留

parent 2866e039
......@@ -1065,6 +1065,8 @@ import Router from 'vue-router';
this.pageT=page
this.delateARRALL=[]
this.flowStatusarr=[]
this.searchInfo.ownerWorkYears1=''
this.searchInfo.ownerWorkYears2=''
this.SouSuo(this.pageT)
},
pageSizeChange(page){
......
......@@ -700,6 +700,8 @@ export default {
this.pageT=page
this.delateARRALL=[]
this.flowStatusarr=[]
this.searchInfo.ownerWorkYears1=''
this.searchInfo.ownerWorkYears2=''
this.SouSuo(this.pageT)
},
pageSizeChange(page){
......@@ -995,10 +997,6 @@ export default {
item.d=item.c[0]
return item
})
this.searchInfo.ownerWorkYears1=''
this.searchInfo.ownerWorkYears2=''
this.keywords=''
this.lrgs=''
}
})
},
......
......@@ -86,8 +86,8 @@
v-model="modal4"
:closable="false"
width='460px'>
<span style="margin-left:180px;font-size:18px">修改绑定邮箱</span>
<div style="height:260px">
<span style="margin-left:180px;font-size:14px">修改绑定邮箱</span>
<div style="height:230px">
<Form>
<FormItem label="邮箱账号" style="margin-top:20px" prop="emailNumber">
<Input placeholder="请输入企业邮箱" v-model="Uusername" style="width:300px;color:Gainsboro" disabled/>
......@@ -96,7 +96,7 @@
<Input placeholder="请输入企业邮箱密码" style="width:300px" v-model="UpassWord" type="password" autocomplete="new-password"/><br>
<span style="font-size:8px;position: relative;top:0px left:30px"><Icon type="md-information-circle" :options="options3" />邮箱密码在绑定后再次修改,请及时点击修改来更新。</span>
</FormItem>
<FormItem label="所属人" style="margin-top:20px; position: absolute;top:220px;left: -100px" prop="UserName" :label-width="180">
<FormItem label="所属人" style=" position: absolute;top:220px;left: -100px" prop="UserName" :label-width="180">
<Input placeholder="请输入所属着真实的姓名" style="width:300px" v-model="Ublengs" :maxlength="5"/>
</FormItem>
</Form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment