Browse Source

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

ly 9 months ago
parent
commit
d9c8c509a0
1 changed files with 0 additions and 1 deletions
  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 = "";
       }
     }
   }