党员管理

This commit is contained in:
liuye
2022-01-22 11:13:10 +08:00
parent 9c700ae28f
commit 69131b57f7
2 changed files with 16 additions and 5 deletions

View File

@@ -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;