Commit 7c628013 authored by zhangderong's avatar zhangderong

搜索记录保留

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