Bläddra i källkod

新加的上传按钮添加成功提示

ggooalice 2 år sedan
förälder
incheckning
6f9a2ab89a
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. 4 1
      fhKeeper/formulahousekeeper/timesheet/src/views/project/finance.vue

+ 4 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/project/finance.vue

@@ -652,7 +652,10 @@ import { error } from 'dingtalk-jsapi';
                     yearMonth: this.date
                 },res => {
                     if(res.code == 'ok'){
-
+                        thiss.$message({
+                            message: '上传成功',
+                            type: 'success'
+                        })
                     }else{
                         this.$message({
                             message: res.msg,