11
WXL
2024-02-26 7bf2fb0fe59ca062ff4bf20688474ffae9856ce0
src/views/project/travelexpenseapply/travelexpensedetail/index.vue
@@ -2353,6 +2353,8 @@
      getReimbursement(id).then(response => {
        this.form = response.data;
        console.log(this.form.checkstatus, "checkstatus");
        this.form.checkstatus = this.form.checkstatus.toString();
        //票据
        this.fileListto = this.form.annexfiles
@@ -2431,7 +2433,10 @@
        this.Savenow();
        console.log("保存");
      }
      this.$modal.loading("正在提交审核,请稍候!");
      checkfund(checkfundobj).then(res => {
        this.$modal.closeLoading();
        this.$modal.msgSuccess("提交审核成功!");
        // 关闭窗口
        this.$store.dispatch("tagsView/delView", this.$route);