@ -48,7 +48,7 @@ export function demandPublishAdd(data) {
export function DemandDelete(id) {
return request({
url: `/gateway${demandPublish}/PolicyDelete`,
url: `/gateway${demand}/delDemand`,
method: 'post',
data: {
param: {
@ -165,7 +165,8 @@ export default {
})
this.$message({
message: '删除成功',
duration: 1000
duration: 1000,
type: 'success'
},
async getList() {
@ -196,7 +197,8 @@ export default {
await api.demandPublishAdd(that.temp).then(res => {})
message: '发榜成功',
this.getList()
}