diff --git a/src/api/modules/http.js b/src/api/modules/http.js index 9151072..1cb9b0e 100644 --- a/src/api/modules/http.js +++ b/src/api/modules/http.js @@ -868,4 +868,28 @@ export function updateListApi(data) { method: 'get', params: data }) +} +// 更新记录新增 +export function updateAddApi(data) { + return request({ + url: 'autoSR/api/zkMessage/insertSelective', + method: 'post', + data + }) +} +// 更新记录详情 +export function updateInfoApi(params) { + return request({ + url: 'autoSR/api/zkMessage/findById', + method: 'get', + params + }) +} +// 更新记录删除 +export function updateDelApi(params) { + return request({ + url: 'autoSR/api/zkMessage/deleteById', + method: 'get', + params + }) } \ No newline at end of file diff --git a/src/components/wechat/WxEditor.vue b/src/components/wechat/WxEditor.vue index 8cb9435..b560c28 100644 --- a/src/components/wechat/WxEditor.vue +++ b/src/components/wechat/WxEditor.vue @@ -9,7 +9,7 @@
- - - - + + + +