caojunjie 1 год назад
Родитель
Сommit
be27d7298e
1 измененных файлов с 1 добавлено и 1 удалено
  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;
               }