From 0dc7fbac552884839ee89807e0140d6bf6d1f005 Mon Sep 17 00:00:00 2001 From: jihongshun <1151753686@qq.com> Date: 星期六, 02 八月 2025 13:38:38 +0800 Subject: [PATCH] fix创建多个设备 第n个转的时候 --- src/views/system/project/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/project/index.vue b/src/views/system/project/index.vue index 1eb8747..1c14cb7 100644 --- a/src/views/system/project/index.vue +++ b/src/views/system/project/index.vue @@ -2,7 +2,7 @@ <div class="app-container"> <el-row :gutter="20"> <el-col :span=24 :xs="24"> - <AppTable ref="AppTable" selection :showDeptSearch="false" :url="'tower/point/list'" :tableColumns="tableColumns" + <AppTable ref="AppTable" selection :showDeptSearch="false" :url="'tower/project/list'" :tableColumns="tableColumns" :tableFilter="tableFilter"> <template #operatorBox="{ row }"> <el-button type="primary" plain icon="el-icon-plus" size="mini" -- Gitblit v1.9.3