Преглед изворни кода

Merge branch 'master' of http://47.100.37.243:10191/wutt/manHourHousekeeper

QuYueTing пре 2 дана
родитељ
комит
2a3dbe89d8

+ 5 - 3
fhKeeper/formulahousekeeper/timesheet/src/views/contract/components/customContract.vue

@@ -892,9 +892,11 @@ export default {
       const { isAmountFixed, stampDutyStatus } = this.contractForm
       if(!isAmountFixed && stampDutyStatus == 2) {
         this.contractForm.stampDutyStatus = 3
-        if ([0, 1].includes(stampDutyStatus)) {
-          this.contractForm.stampDutyTime = ''
-        }
+        setTimeout(() => {
+          if ([0, 1].includes(this.contractForm.stampDutyStatus)) {
+            this.contractForm.stampDutyTime = ''
+          }
+        }, 300);
       }
 
       let val = {