11
WXL
2023-10-25 6196fc48d9a22add90e600e2d3a9ed8bacad3dd7
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);
      });
    },