Commit 3c34e489 authored by 徐一鸣's avatar 徐一鸣

应用管理列表fixed

parent 8f1650e6
...@@ -1148,7 +1148,6 @@ export default { ...@@ -1148,7 +1148,6 @@ export default {
this.dialogInfo.cancelText = ""; this.dialogInfo.cancelText = "";
this.dialogInfo.sunbmitText = ""; this.dialogInfo.sunbmitText = "";
this.dialogInfo.submit = () => { this.dialogInfo.submit = () => {
debugger;
this.$http this.$http
.delete(`/apaas/hubApi/market/del/${item.app_id}`, { .delete(`/apaas/hubApi/market/del/${item.app_id}`, {
params: { params: {
......
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