张延森 3 gadus atpakaļ
vecāks
revīzija
4ab7947f29
2 mainītis faili ar 14 papildinājumiem un 13 dzēšanām
  1. 3
    2
      src/pages/result/index.vue
  2. 11
    11
      src/pages/resumeWorkForm/index.vue

+ 3
- 2
src/pages/result/index.vue Parādīt failu

3
     <div id="box">
3
     <div id="box">
4
       <Icon name="checked" color="#07c160" size="100" />
4
       <Icon name="checked" color="#07c160" size="100" />
5
       <div>申请成功</div>
5
       <div>申请成功</div>
6
-      <Button id="btn" block type="primary" @click="goForm">
6
+      <div style="font-size: 0.9em">相关单位会尽快与您联系</div>
7
+      <!-- <Button id="btn" block type="primary" @click="goForm">
7
         继续填写
8
         继续填写
8
-      </Button>
9
+      </Button> -->
9
     </div>
10
     </div>
10
   </div>
11
   </div>
11
 </template>
12
 </template>

+ 11
- 11
src/pages/resumeWorkForm/index.vue Parādīt failu

14
           :rules="[{ required: true, message: '请选择企业' }]"
14
           :rules="[{ required: true, message: '请选择企业' }]"
15
           @click="showPicker = true"
15
           @click="showPicker = true"
16
         />
16
         />
17
-        <!-- <Popup v-model:show="showPicker" position="left" :style="{ height: '100%', width: '80%' }" >
17
+        <Popup v-model:show="showPicker" position="left" :style="{ height: '100%', width: '80%' }" >
18
           <org-picker v-model="formData.orgId" @change="onConfirm" />
18
           <org-picker v-model="formData.orgId" @change="onConfirm" />
19
-        </Popup> -->
20
-        <Popup v-model:show="showPicker" position="bottom"  >
19
+        </Popup>
20
+        <!-- <Popup v-model:show="showPicker" position="bottom"  >
21
           <Picker
21
           <Picker
22
             :columns="orgList"
22
             :columns="orgList"
23
             :columns-field-names="customFieldName"
23
             :columns-field-names="customFieldName"
24
             @confirm="onConfirm"
24
             @confirm="onConfirm"
25
             @cancel="showPicker = false"
25
             @cancel="showPicker = false"
26
           />
26
           />
27
-        </Popup>
27
+        </Popup> -->
28
         <Field
28
         <Field
29
           v-model="formData.userName"
29
           v-model="formData.userName"
30
           name="userName"
30
           name="userName"
137
 }
137
 }
138
 
138
 
139
 onMounted(() => {
139
 onMounted(() => {
140
-  getOrgList({ pageSize: 500 }).then((res) => {
141
-    orgList.value = res.records;
142
-    columns.value = res.records.map(item => item.orgName);
143
-  }).catch(e => {
144
-    Toast('系统错误请刷新重试');
145
-    console.log(e);
146
-  })
140
+  // getOrgList({ pageSize: 500 }).then((res) => {
141
+  //   orgList.value = res.records;
142
+  //   columns.value = res.records.map(item => item.orgName);
143
+  // }).catch(e => {
144
+  //   Toast('系统错误请刷新重试');
145
+  //   console.log(e);
146
+  // })
147
 });
147
 });
148
 
148
 
149
 const onConfirm = (value) => {
149
 const onConfirm = (value) => {