BUG 30981

This commit is contained in:
aixianling
2022-08-29 14:14:36 +08:00
parent d6b806bd02
commit e4aa26de64

View File

@@ -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 => {