11
WXL
2023-12-08 78cbeb0c6e136b8cf3116264c546cfd320813d4c
src/views/project/travelexpenseapply/travelexpensedetail/index.vue
@@ -2354,16 +2354,15 @@
        this.$modal.msgError("请选择审核结论后再提交审批结果!");
        return;
      }
   if (this.userprofile.nickName == "陈慕华") {
          this.Savenow();
          console.log("保存");
        }
      if (this.userprofile.nickName == "陈慕华") {
        this.Savenow();
        console.log("保存");
      }
      checkfund(checkfundobj).then(res => {
        this.$modal.msgSuccess("提交审核成功!");
        // 关闭窗口
          this.$store.dispatch("tagsView/delView", this.$route);
          this.$router.go(-1);
        this.$store.dispatch("tagsView/delView", this.$route);
        this.$router.go(-1);
      });
    },
@@ -2453,7 +2452,7 @@
                this.$router.go(-1);
              })
              .catch(err => {
                this.$modal.msgError("新增报销单保存失败!");
                this.$modal.msgError("新增报销单保存失败!" + res);
              });
          }
        }