15179599649
2024-01-25 83d7a6ed7f5af890cc282b930cb697661c487373
'修改显示时间'
3 files modified
26 ■■■■ changed files
src/views/Appraising/index.vue 2 ●●● patch | view | raw | blame | history
src/views/login/index.vue 22 ●●●● patch | view | raw | blame | history
src/views/toAppraising/toAppraisingthree.vue 2 ●●● patch | view | raw | blame | history
src/views/Appraising/index.vue
@@ -15,7 +15,7 @@
      </p>
      <p class="Tasktime">
        <span>截止日期:</span>
        <span>{{item.type==1?item.evaluateCutoffTimeEnd:item.candidateCutoffTimeEnd}}</span>
        <span>{{item.type == 0 ? item.candidateCutoffTimeEnd:item.type == 1 ? item.evaluateCutoffTimeEnd :item.type == 2 ? item.evaluateCutoffTimeEnd : ""}}</span>
      </p>
      <van-button @click="toAppraising(item)" v-show="item.isVote==false">去评优</van-button>
      <p class="details" @click="toAppraising(item)" v-show="item.isVote==true">查看详情</p>
src/views/login/index.vue
@@ -93,20 +93,20 @@
      const isValidcode = this.codecheck(this.Code);
      const isValiduser = this.usernamecheck(this.username);
      if (isValidcode && isValiduser) {
        let Data = {
          tenantId: "000000",
          grant_type: "smsCode",
          phone: this.username,
          code: this.Code
        };
        // let Data = {
        //   tenantId: "000000",
        //   username: this.username,
        //   grant_type: "password",
        //   password: "94e8cde4612b3fd390677d42e7b22002",
        //   scope: "all",
        //   type: "account"
        //   grant_type: "smsCode",
        //   phone: this.username,
        //   code: this.Code
        // };
        let Data = {
          tenantId: "000000",
          username: this.username,
          grant_type: "password",
          password: "94e8cde4612b3fd390677d42e7b22002",
          scope: "all",
          type: "account"
        };
        Loginto(Data).then(res => {
          if (res.data.code == 400) {
            this.$toast.fail(res.data.msg);
src/views/toAppraising/toAppraisingthree.vue
@@ -13,7 +13,7 @@
        </p>
        <p class="info">
          <span>截止日期:</span>
          <span>{{this.poepleinfo.candidateCutoffTimeEnd}}</span>
          <span>{{this.poepleinfo.evaluateCutoffTimeEnd}}</span>
        </p>
        <p class="info">
          <span>类别说明:</span>