ZZJ
2021-10-13 878ce80ef3ca88a2c108fbc713cd6ea461c44de1
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