diff --git a/project/xiushan/apps/processManagement/mattersConfig/components/applyForm.vue b/project/xiushan/apps/processManagement/mattersConfig/components/applyForm.vue index 587976d1..8e85d25f 100644 --- a/project/xiushan/apps/processManagement/mattersConfig/components/applyForm.vue +++ b/project/xiushan/apps/processManagement/mattersConfig/components/applyForm.vue @@ -93,7 +93,7 @@ export default { onChange(id) { if (id) { let dictionaryCodeArr = [] - this.instance.post(`/zwsptablelist/queryDetailById?id=${id}`).then(res => { + this.instance.post(`/api/zwsptablelist/queryDetailById?id=${id}`).then(res => { if (res && res.data) { let arr = [] this.form.approvalSteps = res.data.approvalSteps @@ -130,7 +130,7 @@ export default { * 获取表单类型列表 * */ getFormList() { - this.instance.post(`/zwsptablelist/list`, null, { + this.instance.post(`/api/zwsptablelist/list`, null, { current: 1, size: 9999, }).then(res => {