Browse Source

校友管理 和 校友组织 完成

soft5566 1 năm trước cách đây
mục cha
commit
f1e21102dd

+ 1 - 1
src/views/alumni-management/index.vue

@@ -131,7 +131,7 @@ const getQueryUsersPage = () => {
     pageCount: paginationData.pageSize,
     name: searchData.name,
     orgName: searchData.organizationName,
-    collcollegeIdege: searchData.college,
+    collegeId: searchData.college,
     periodId: searchData.stage,
     majorId: searchData.major,
     classId: searchData.class

+ 5 - 5
src/views/alumni-organization/audit-list.vue

@@ -155,10 +155,10 @@ const getTableData = () => {
     name: searchData.name,
     userName: searchData.userName,
     isPass: searchData.status,
-    college: searchData.college,
-    period: searchData.period,
-    major: searchData.major,
-    class: searchData.class,
+    collegeId: searchData.college,
+    periodId: searchData.period,
+    majorId: searchData.major,
+    classId: searchData.class,
     startTime: searchData.createTime ? searchData.createTime[0] : undefined,
     endTime: searchData.createTime ? searchData.createTime[1] : undefined
   })
@@ -342,7 +342,7 @@ onBeforeMount(() => {
               type="datetimerange"
               start-placeholder="开始时间"
               end-placeholder="结束时间"
-              value-format="x"
+              value-format="YYYY-MM-DD HH:mm:ss"
             />
           </el-form-item>
           <el-form-item>

+ 1 - 1
src/views/alumni-organization/classification-management.vue

@@ -132,7 +132,7 @@ watch([() => paginationData.currentPage, () => paginationData.pageSize], getTabl
               type="datetimerange"
               start-placeholder="开始时间"
               end-placeholder="结束时间"
-              value-format="x"
+              value-format="YYYY-MM-DD HH:mm:ss"
             />
           </el-form-item>
           <el-form-item>

+ 1 - 1
src/views/alumni-organization/index.vue

@@ -362,7 +362,7 @@ onBeforeMount(() => {
               type="datetimerange"
               start-placeholder="开始时间"
               end-placeholder="结束时间"
-              value-format="x"
+              value-format="YYYY-MM-DD HH:mm:ss"
             />
           </el-form-item>
           <el-form-item prop="categoryId" label="分类">