浏览代码

提交报工成功,加提示。

QuYueTing 11 月之前
父节点
当前提交
e1532e4e36
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/workView/fillReport.vue

+ 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);
           }