|
|
@ -560,6 +560,14 @@
|
|
|
|
"confirmText": "您确认要复制?",
|
|
|
|
"confirmText": "您确认要复制?",
|
|
|
|
"api": "post:http://localhost:8080/messageTemplate/copy/$id"
|
|
|
|
"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",
|
|
|
|
"type": "button",
|
|
|
|
"label": "删除",
|
|
|
|
"label": "删除",
|
|
|
|