guhongwei há 4 anos atrás
pai
commit
23045dffdc

+ 5 - 1
src/views/adminCenter/adminCate/detail.vue

@@ -86,7 +86,11 @@ export default {
       console.log(data);
       let res = await this.update(data);
       if (this.$checkRes(res)) {
-        console.log(res);
+        this.$message({
+          message: '信息归档成功',
+          type: 'success',
+        });
+        this.$router.push({ path: '/adminCate' });
       }
     },
     // 上一步

+ 4 - 0
src/views/adminCenter/adminExamine/parts/research.vue

@@ -25,6 +25,10 @@ export default {
         { label: '姓名', prop: 'research_name', showTip: true },
         { label: '身份证号', prop: 'card', showTip: true },
         { label: '性别', prop: 'gender', showTip: true },
+        { label: '出生日期', prop: 'birth', showTip: true },
+        { label: '电话', prop: 'phone', showTip: true },
+        { label: '邮箱', prop: 'email', showTip: true },
+        { label: '职务', prop: 'zw', showTip: true },
         { label: '技术职称', prop: 'position', showTip: true },
         { label: '文化程度', prop: 'education', showTip: true },
         { label: '学位', prop: 'degree', showTip: true },

+ 1 - 1
src/views/userCenter/common/update.vue

@@ -45,7 +45,7 @@ export default {
   data: function() {
     return {
       // 步骤
-      active: 3,
+      active: 1,
       form: {
         basic: {},
         brief: {},