Ver Fonte

优化运算符

lighter há 2 anos atrás
pai
commit
7fd1e18b5c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/medical-insurance/outpatient/MzSpltryRcrd.vue

+ 1 - 1
src/views/medical-insurance/outpatient/MzSpltryRcrd.vue

@@ -576,7 +576,7 @@ export default {
     const settlement = (command) => {
       if (command === 'pre') {
         mzPreSetl()
-      } else if (command == 'fin') {
+      } else if (command === 'fin') {
         mzSettle()
       } else {
         revokeMzSettle()