党员管理
This commit is contained in:
@@ -347,6 +347,7 @@
|
||||
v-model="form.flowStatus"
|
||||
placeholder="请选择流动情况"
|
||||
:selectList="dict.getDict('flowStatus')"
|
||||
@change="flowStatusChange"
|
||||
></ai-select>
|
||||
</el-form-item>
|
||||
<el-form-item
|
||||
@@ -386,7 +387,7 @@
|
||||
placeholder="选择日期"
|
||||
style="width: 100%"
|
||||
format="yyyy-MM-dd"
|
||||
:value-format="'yyyy-MM-dd' + ' 00:00:00'"
|
||||
:value-format="'yyyy-MM-dd'"
|
||||
>
|
||||
</el-date-picker>
|
||||
</el-form-item>
|
||||
@@ -427,7 +428,7 @@
|
||||
placeholder="选择日期"
|
||||
style="width: 100%"
|
||||
format="yyyy-MM-dd"
|
||||
:value-format="'yyyy-MM-dd' + ' 00:00:00'"
|
||||
:value-format="'yyyy-MM-dd'"
|
||||
>
|
||||
</el-date-picker>
|
||||
</el-form-item>
|
||||
@@ -450,7 +451,7 @@
|
||||
placeholder="选择日期"
|
||||
style="width: 100%"
|
||||
format="yyyy-MM-dd"
|
||||
:value-format="'yyyy-MM-dd' + ' 00:00:00'"
|
||||
:value-format="'yyyy-MM-dd'"
|
||||
></el-date-picker>
|
||||
</el-form-item>
|
||||
</div>
|
||||
@@ -895,6 +896,13 @@ export default {
|
||||
this.getInfo();
|
||||
},
|
||||
methods: {
|
||||
flowStatusChange() {
|
||||
this.form.flowOrgId = ''
|
||||
this.form.flowTime = ''
|
||||
this.form.outFlow = ''
|
||||
this.form.inTime = ''
|
||||
this.form.lossTime = ''
|
||||
},
|
||||
initOrg() {
|
||||
let {oid: partyOrgId, oname: partyOrgName} = this.$route.query;
|
||||
this.form.partyOrgId = partyOrgId;
|
||||
|
||||
Reference in New Issue
Block a user