yxh
yxh
2023-08-09 733457daf115deb6088984c3c55dc5bcc906d28c
src/views/project/fund/overheadcosts/index.vue
@@ -791,7 +791,7 @@
    handleAdd() {
      this.$router.push({
        path: "/finance/fundcontext/",
        query: { id: 0, businesstype: "4", operationtype: "add" }
        query: { id: 0, businessType: "4", operationtype: "add" }
      });
      this.istrue += 2;
@@ -816,7 +816,7 @@
    handleUpdate(row) {
      this.$router.push({
        path: "/finance/fundcontext/",
        query: { id: row.id, businesstype: 4, operationtype: "edit" }
        query: { id: row.id, businessType: "4", operationtype: "edit" }
      });
      this.isopen = 0;
@@ -847,7 +847,7 @@
    handleDetail(row) {
      this.$router.push({
        path: "/finance/fundcontext/",
        query: { id: row.id, businesstype: 4, operationtype: "detail" }
        query: { id: row.id, businessType: "4", operationtype: "detail" }
      });
      this.isopen = 0;