feat: There is no way the delResourceById
This commit is contained in:
@@ -2816,7 +2816,7 @@ export default {
|
|||||||
roundButton: true,
|
roundButton: true,
|
||||||
type: 'warning'
|
type: 'warning'
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.$http.delete("sarResource/ts-resource", {
|
this.$http.put("sarResource/ts-resource/delResourceById", {
|
||||||
resourceId: data.id
|
resourceId: data.id
|
||||||
}, res => {
|
}, res => {
|
||||||
}, e => {
|
}, e => {
|
||||||
|
|||||||
+1
-1
@@ -2082,7 +2082,7 @@ export default {
|
|||||||
roundButton: true,
|
roundButton: true,
|
||||||
type: 'warning'
|
type: 'warning'
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.$http.delete("sarResource/ts-resource", {
|
this.$http.put("sarResource/ts-resource/delResourceById", {
|
||||||
resourceId: data.id
|
resourceId: data.id
|
||||||
}, res => {
|
}, res => {
|
||||||
}, e => {
|
}, e => {
|
||||||
|
|||||||
@@ -2552,7 +2552,7 @@ export default {
|
|||||||
roundButton: true,
|
roundButton: true,
|
||||||
type: 'warning'
|
type: 'warning'
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.$http.delete("sarResource/ts-resource", {
|
this.$http.put("sarResource/ts-resource/delResourceById", {
|
||||||
resourceId: data.id
|
resourceId: data.id
|
||||||
}, res => {
|
}, res => {
|
||||||
}, e => {
|
}, e => {
|
||||||
|
|||||||
Reference in New Issue
Block a user