Browse Source

duty修改

daiqisheng 3 years ago
parent
commit
905658e5be
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/main/performance/components/sheet.vue

+ 2 - 2
src/pages/main/performance/components/sheet.vue

@@ -2,7 +2,7 @@
  * @Author       : yuanrunwei
  * @Date         : 2021-12-04 14:23:58
  * @LastEditors: daiqisheng
- * @LastEditTime: 2022-03-31 14:57:06
+ * @LastEditTime: 2022-04-05 17:41:20
  * @FilePath     : \spfm-market-front\src\pages\main\performance\components\sheet.vue
 -->
 <template>
@@ -809,7 +809,7 @@ export default {
       } else {
         // 职位
         let duty = JSON.parse(sessionStorage.userInfo).duty;
-        if (duty === "7") {
+        if (duty === "7" && type === "0") {
           this.manager_approve = true;
         } else {
           if (type === "2") {