BUG 30981
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user