From 5fb65ada8ccc28eabf823b284de70fbd3ca1f41e Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期二, 28 九月 2021 18:29:36 +0800
Subject: [PATCH] 抓拍大图层级修复v1
---
src/pages/library/components/baseList.vue | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/pages/library/components/baseList.vue b/src/pages/library/components/baseList.vue
index e5df6ef..61fc233 100644
--- a/src/pages/library/components/baseList.vue
+++ b/src/pages/library/components/baseList.vue
@@ -131,8 +131,7 @@
</el-col>
<el-col
:span="24"
- class="tl ml10 f12"
- style="color:#888888"
+ style="text-align:left;margin-left:10px; color:#888888"
>{{item.startTime}}~{{item.endTime?item.endTime:'姘镐箙鏈夋晥'}}</el-col>
</el-row>
</div>
@@ -247,8 +246,8 @@
cancelButtonClass: 'comfirm-class-cancle',
confirmButtonClass: 'comfirm-class-sure'
}).then(() => {
- fetch(`/data/api-v/dbtable/deleteDBtablesById/${id}`, {
- method: 'POST',
+ fetch(`/data/api-v/dbtable/deleteDBtablesById?id=${id}`, {
+ method: 'GET',
headers: {
'Content-Type': 'application/json',
'Authorization': token
--
Gitblit v1.8.0