From abfd26bb700d93a92da6a04703b0187d4acaaeb5 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期三, 22 十二月 2021 10:13:02 +0800
Subject: [PATCH] refactor: move ts folder to shared folder

---
 PAMapp/pages/recommendConsultant/index.vue |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/PAMapp/pages/recommendConsultant/index.vue b/PAMapp/pages/recommendConsultant/index.vue
index 1efe136..0d0eb55 100644
--- a/PAMapp/pages/recommendConsultant/index.vue
+++ b/PAMapp/pages/recommendConsultant/index.vue
@@ -3,7 +3,7 @@
     <div class="pb-10 mdTxt">憿批��批</div>
     <SingleSelectBtn :singleSelected.sync="strictQueryDto.gender" :options="genderOptions"/>
     <div class="pam-paragraph">
-      <div class="pb-10 mdTxt required">憿批������</div>
+      <div class="pb-10 mdTxt required">憿批�����</div>
       <div class="job-pick"
         @click="showAddress = true">
         <input class="text--middle cursor--pointer input pl-10"
@@ -34,7 +34,7 @@
     </div>
     <!-- <div class="pam-paragraph">
       TODO:���遛��漲
-      <div class="pb-10 mdTxt">靽憿批�遛��漲</div>
+      <div class="pb-10 mdTxt">憿批�遛��漲</div>
       <el-rate class="pam-consultant-rate" v-model="strictQueryDto.avgScore">
       </el-rate>
     </div> -->
@@ -95,8 +95,7 @@
     State
   } from 'nuxt-property-decorator';
   import * as _ from 'lodash';
-  import { Seniority } from '~/assets/ts/models/enum/seniority';
-  import { setRequestQuestionToStorage } from '~/assets/ts/storageRequests';
+  import { Seniority } from '~/shared/models/enum/seniority';
 
   const localStorage = namespace('localStorage');
 
@@ -224,7 +223,7 @@
       },
       {
         title: '����',
-        content: '���� ���������憸券�����鈭怒�����嚗���摰帘摰漲嚗��隞亙��澈��ˊ�靽���嚗�'
+        content: '���������憸券�����鈭怒�����嚗���摰帘摰漲嚗��隞亙��澈��ˊ�靽���嚗�'
       }
     ];
     showDialog = false;
@@ -242,8 +241,6 @@
     }
     async makePair() {
       await this.storeStrictQueryList(this.strictQueryDto).then(dataLength => {
-        const questions = this.strictQueryDto.requirements.length ? this.strictQueryDto.requirements : [];
-        setRequestQuestionToStorage(questions);
         if (dataLength === 0) {
           this.isVisiblePopUp = true;
           return;

--
Gitblit v1.8.0