瀏覽代碼

05231713lhj

liuhj 1 年之前
父節點
當前提交
247500ffe8
共有 1 個文件被更改,包括 2 次插入0 次删除
  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);
                 }
             })
         },