11
WXL
2024-04-22 6a84b9b93897276fc3ecc59ff75ef01df0ff25b7
src/views/project/tallage/index.vue
@@ -216,7 +216,7 @@
export default {
  name: "Donorcharge",
  dicts: ["sys_gathering", "sys_calculate"],
  dicts: ["Collection_status", "sys_calculate"],
  components: {
    OrgSelecter
  },
@@ -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 }
      });
    },