Kaynağa Gözat

fix(清分期限):清分期限

sufan 2 hafta önce
ebeveyn
işleme
1d1ab30e5a

+ 3 - 1
src/views/capitalManage/components/LettersInfo.vue

@@ -247,7 +247,9 @@ export default {
     },
     'ruleForm.financingTerm'(newV) {
       const val = newV * 1 - 30 + 1
-      this.ruleForm.clearanceTerm = val < 0 ? 0 : val
+      if (!this.isM3A) {
+        this.ruleForm.clearanceTerm = val < 0 ? 0 : val
+      }
     }
   },