|
|
@@ -71,7 +71,7 @@
|
|
|
<el-table-column label="操作" align="center" width="200" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button size="mini" type="text" icon="el-icon-edit-outline" @click="handleGetLog(props.row,scope.row)">
|
|
|
- 日志获取
|
|
|
+ 日志详情
|
|
|
</el-button>
|
|
|
</template>
|
|
|
|
|
|
@@ -164,7 +164,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import {detail, edit, listData,} from "@/api/system/logManagement";
|
|
|
+import {detail, edit, listData,delServer,} from "@/api/system/logManagement";
|
|
|
import BtnTip from "@/components/btnTip";
|
|
|
import tableList from "@/mixins/tableList";
|
|
|
import {mapGetters} from "vuex";
|
|
|
@@ -336,7 +336,7 @@ export default {
|
|
|
this.$modal
|
|
|
.confirm("是否确认删除?")
|
|
|
.then(function () {
|
|
|
- return delDrillDictionary(ids);
|
|
|
+ return delServer(ids);
|
|
|
})
|
|
|
.then(() => {
|
|
|
this.getList();
|