包包
2023-05-05 9cd7add1260daef1244c774ec6f38474009557fd
src/views/project/travelexpenseslist/index.vue
@@ -642,6 +642,7 @@
    "sys_travelexpensebelong",
    "sys_traffictype",
    "sys_area_name",
    "sys_traffictype"
  ],
  data() {
    return {
@@ -807,6 +808,7 @@
      for (let i = 0; i < persontypeArr.length; i++) {
        this.tempArrr = [];
        listReportname(persontypeArr[i]).then((res) => {
          console.log(res);
          this.tempArrr = res.data;
          this.personList = this.personList.concat(this.tempArrr);
        });
@@ -876,6 +878,8 @@
    getUserList() {
      listUser().then((res) => {
        this.userlist = res.data;
      });
    },
    selectedTraveler() {
@@ -1122,6 +1126,7 @@
        this.reimbursementList = response.rows;
        this.total = response.total;
        this.loading = false;
      });
    },
    // 取消按钮
@@ -1248,6 +1253,7 @@
          if (res.data.length == 0) {
            return;
          }
          this.applicationDetailArr = res.data;
          for (let i = 0; i < this.applicationDetailArr.length; i++) {
            debugger;
@@ -1409,7 +1415,9 @@
                this.open = false;
                this.getList();
              });
            });
            }).catch(err=>{
              console.log(err);
            })
          } else {
            this.form.recordstatus = -1;
            const applicationDetailArr = [...this.applicationDetailArr]
@@ -1433,8 +1441,8 @@
                  applicationDetailArr2[i].rbid = id;
                }
                addOrUpdateRBpayee(applicationDetailArr2);
              });
            });
              })
            })
          }
        }
      });