yxh
yxh
2023-12-26 8674bd83142b905e2377ddeeba6d0163c37bd48f
src/views/project/travelexpenseapply/travelexpensedetail/index.vue
@@ -1870,18 +1870,7 @@
            this.form.recordstatus = -1;
            // 申请时间
            var currenttime = new Date();
            this.form.applyTime =
              currenttime.getFullYear() +
              "-" +
              (currenttime.getMonth() + 1) +
              "-" +
              currenttime.getDate() +
              " " +
              currenttime.getHours() +
              ":" +
              currenttime.getMinutes() +
              ":" +
              currenttime.getSeconds();
            this.form.applyTime = currenttime.getFullYear() + "-" + (currenttime.getMonth() + 1) + "-" + currenttime.getDate() + " " + currenttime.getHours() + ":" + currenttime.getMinutes() + ":" + currenttime.getSeconds();
              
            addReimbursement(this.form)
              .then(response => {