Commit 47933a3f authored by chenfenglei's avatar chenfenglei

添加下拉菜单,清除缓存项,打包

parent f74c80da
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<el-table-column <el-table-column
label="操作"> label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button size="mini" plain type="primary" @click="cache(scope.row.key)"> <el-button size="mini" type="primary" @click="cache(scope.row.key)">
清除缓存 清除缓存
</el-button> </el-button>
</template> </template>
......
...@@ -339,7 +339,6 @@ export function put(url,data = {}){ ...@@ -339,7 +339,6 @@ export function put(url,data = {}){
} }
export function del(url,data = {}){ export function del(url,data = {}){
console.log(url,data)
return new Promise((resolve,reject) => { return new Promise((resolve,reject) => {
axios.delete(url,data) axios.delete(url,data)
.then(response => { .then(response => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment