Przeglądaj źródła

管理费用附件管理

caojunjie 1 rok temu
rodzic
commit
be27d7298e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/costManagement/index.vue

+ 1 - 1
src/views/costManagement/index.vue

@@ -1820,7 +1820,7 @@ export default {
                 item.disabled = true
               }
               this.disabled = true
-              if (this.datass.fStatusName == '完成' && this.lander == 'admin') {
+              if (this.datass.fStatusName == '完成' && (this.lander == 'admin' || this.datass.applicantName == this.lander)) {
                 console.log("a")
                 this.disabled = false;
               }