Commit 62781892 authored by dingyoujian's avatar dingyoujian

接口调整,预算相关使用FYXM

parent 02977f63
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
this.form.tbr = this.localUser this.form.tbr = this.localUser
} }
/* 构建新的明细表数据*/ /* 构建新的明细表数据*/
this.$post('hafms/xmfl/queryAllRoot', {}).then(res => { this.$post('hafms/fyxm/queryAllRoot', {}).then(res => {
this.editTableTitle[0].options=res.data.records.map(item=>{ this.editTableTitle[0].options=res.data.records.map(item=>{
let obj={ let obj={
label:item.name, label:item.name,
......
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
this.form.tbr = this.localUser this.form.tbr = this.localUser
} }
/* 构建新的明细表数据*/ /* 构建新的明细表数据*/
this.$post('hafms/xmfl/queryAllRoot', {}).then(res => { this.$post('hafms/fyxm/queryAllRoot', {}).then(res => {
this.editTableTitle[0].options=res.data.records.map(item=>{ this.editTableTitle[0].options=res.data.records.map(item=>{
let obj={ let obj={
label:item.name, label:item.name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment