Commit 43dd63ed authored by renjintao's avatar renjintao

task

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