diff --git a/src/api/zxj/apply.js b/src/api/zxj/apply.js index 554c340..8ae58e1 100644 --- a/src/api/zxj/apply.js +++ b/src/api/zxj/apply.js @@ -202,3 +202,11 @@ export function updateSignature(data) { data: data }) } + +export function updateSqly(data) { + return request({ + url: '/comprehensive/zxj/apply/updateSqly', + method: 'post', + data: data + }) +} diff --git a/src/components/DictTag/index.vue b/src/components/DictTag/index.vue index 03ce58b..1943901 100644 --- a/src/components/DictTag/index.vue +++ b/src/components/DictTag/index.vue @@ -1,7 +1,7 @@