Sfoglia il codice sorgente

fix:支出管理支出科目禁用后也会显示

ly 9 mesi fa
parent
commit
d9c8c509a0
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/views/business/financial/payment/form.vue

+ 0 - 1
src/views/business/financial/payment/form.vue

@@ -902,7 +902,6 @@
         ) < 0
       ) {
         form.value.paymentSubjectId = null;
-        form.value.paymentSubject = "";
       }
     }
   }