BUG 30981
This commit is contained in:
@@ -93,7 +93,7 @@ export default {
|
|||||||
onChange(id) {
|
onChange(id) {
|
||||||
if (id) {
|
if (id) {
|
||||||
let dictionaryCodeArr = []
|
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) {
|
if (res && res.data) {
|
||||||
let arr = []
|
let arr = []
|
||||||
this.form.approvalSteps = res.data.approvalSteps
|
this.form.approvalSteps = res.data.approvalSteps
|
||||||
@@ -130,7 +130,7 @@ export default {
|
|||||||
* 获取表单类型列表
|
* 获取表单类型列表
|
||||||
* */
|
* */
|
||||||
getFormList() {
|
getFormList() {
|
||||||
this.instance.post(`/zwsptablelist/list`, null, {
|
this.instance.post(`/api/zwsptablelist/list`, null, {
|
||||||
current: 1,
|
current: 1,
|
||||||
size: 9999,
|
size: 9999,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user