Browse Source

05231713lhj

liuhj 1 year ago
parent
commit
247500ffe8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/components/Finance/DailyFeeedit.vue

+ 2 - 0
src/components/Finance/DailyFeeedit.vue

@@ -340,6 +340,8 @@ export default {
                         offset:50
                     });
                     that.$router.push({ path: "/home/DailyFeePayment"});
+                }else{
+                    that.$message.error(res.data.msg);
                 }
             })
         },