Commit 43dd63ed authored by renjintao's avatar renjintao

task

parent a5776103
......@@ -53,8 +53,8 @@ export default {
userIds: "",
userId: "",
note: "",
planStartDate: null,
planEndDate: null,
planstartdate: null,
planenddate: null,
},
rules: {
name: [{
......@@ -117,8 +117,8 @@ export default {
});
},
changeFormat(val) {
this.entity.planStartDate = val[0];
this.entity.planEndDate = val[1];
this.entity.planstartdate = val[0];
this.entity.planenddate = val[1];
},
handleImg(e) {
console.warn(e)
......
This diff is collapsed.
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