11
WXL
2024-04-18 68791965d1e15a5d666d1505251dd1f56f58fa33
src/views/project/tallage/index.vue
@@ -385,7 +385,7 @@
    /** 修改按钮操作 */
    handleUpdate(row) {
      this.$router.push({
        path: "/cost/computingBill",
        path: "/finance/computingBill",
        query: { id: row.id, operation: "update", data: row }
      });
    },
@@ -393,7 +393,7 @@
    /** 详情查看按钮操作 */
    handleDetail(row) {
      this.$router.push({
        path: "/cost/computingBill",
        path: "/finance/computingBill",
        query: { id: row.id, operation: "detail", data: row }
      });
    },