lijinlongNew
许宏杰 1 month ago
parent 3a97ce5b9d
commit 21568acceb

@ -5411,6 +5411,7 @@ export default {
} }
if (this.pageType == "add") { if (this.pageType == "add") {
this.ruleForm.dwmc = this.nickName; this.ruleForm.dwmc = this.nickName;
this.isMore = true;
} }
}, },
methods: { methods: {

@ -406,7 +406,7 @@
v-model="ruleForm.sysj" v-model="ruleForm.sysj"
type="date" type="date"
format="yyyy-MM-dd" format="yyyy-MM-dd"
value-format="yyyy-MM-dd" value-format="yyyy:MM:dd hh:mm:ss"
placeholder="选择日期" placeholder="选择日期"
> >
</el-date-picker> </el-date-picker>

Loading…
Cancel
Save