Browse Source

提交报工成功,加提示。

QuYueTing 11 tháng trước cách đây
mục cha
commit
e1532e4e36

+ 1 - 0
fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/workView/fillReport.vue

@@ -226,6 +226,7 @@ export default {
         .then(res => {
           this.saving = false;
           if (res.code == "ok") {
+            this.$toast.success('提交成功')
           } else {
             this.$toast.fail(res.msg);
           }