diff --git a/src/views/modules/communityService/dqfwzx/cpts/edit.vue b/src/views/modules/communityService/dqfwzx/cpts/edit.vue new file mode 100644 index 00000000..df346a61 --- /dev/null +++ b/src/views/modules/communityService/dqfwzx/cpts/edit.vue @@ -0,0 +1,468 @@ + + + + + + + diff --git a/src/views/modules/communityService/dqfwzx/index.vue b/src/views/modules/communityService/dqfwzx/index.vue new file mode 100644 index 00000000..2afa5533 --- /dev/null +++ b/src/views/modules/communityService/dqfwzx/index.vue @@ -0,0 +1,316 @@ + + + + + diff --git a/src/views/modules/communityService/sqzzz/index.vue b/src/views/modules/communityService/sqzzz/index.vue index cfa8d72c..e0a6ec96 100644 --- a/src/views/modules/communityService/sqzzz/index.vue +++ b/src/views/modules/communityService/sqzzz/index.vue @@ -183,8 +183,8 @@ export default { fmData: { organizationName: "", - startDate: "", - endDate: "", + startTime: "", + endTime: "", createTime: ["", ""], }, @@ -201,11 +201,11 @@ export default { watch: { "fmData.createTime": function (val) { if (Array.isArray(val) && val.length == 2) { - this.fmData.startDate = val[0]; - this.fmData.endDate = val[1]; + this.fmData.startTime = val[0]; + this.fmData.endTime = val[1]; } else { - this.fmData.startDate = ""; - this.fmData.endDate = ""; + this.fmData.startTime = ""; + this.fmData.endTime = ""; } }, },