页面支持撤回消息的功能

master
3y 3 years ago
parent 9294806ad3
commit 7d662ce62c

@ -560,6 +560,14 @@
"confirmText": "您确认要复制?",
"api": "post:http://localhost:8080/messageTemplate/copy/$id"
},
{
"type": "button",
"label": "撤回",
"level": "danger",
"actionType": "ajax",
"confirmText": "您确认要撤回?",
"api": "post:http://localhost:8080/messageTemplate/recall/$id"
},
{
"type": "button",
"label": "删除",

Loading…
Cancel
Save