Commit c8c7da6e authored by qinj's avatar qinj

附件参数修改

parent 4336e2dd
...@@ -334,7 +334,7 @@ export default { ...@@ -334,7 +334,7 @@ export default {
const page={ const page={
currentPage:1, currentPage:1,
pageSize:10, pageSize:10,
objectID:this.id businessObjectID:this.id
} }
getOneModel(page).then(resp=>{ getOneModel(page).then(resp=>{
this.tableData2=resp.results this.tableData2=resp.results
...@@ -342,6 +342,7 @@ export default { ...@@ -342,6 +342,7 @@ export default {
}, },
getList(){ getList(){
getCustomer({objectID:this.id}).then((resp)=>{ getCustomer({objectID:this.id}).then((resp)=>{
resp.results[0].ExtChannelType_SDK=null
this.formData=resp.results[0] this.formData=resp.results[0]
lockRsp({extProvince_SDK: resp.results[0].ExtProvince_SDK}).then((resp)=>{ lockRsp({extProvince_SDK: resp.results[0].ExtProvince_SDK}).then((resp)=>{
this.province=resp.results this.province=resp.results
......
...@@ -314,7 +314,7 @@ export default { ...@@ -314,7 +314,7 @@ export default {
const page={ const page={
currentPage:1, currentPage:1,
pageSize:10, pageSize:10,
objectID:this.id businessObjectID:this.id
} }
getOneModel(page).then(resp=>{ getOneModel(page).then(resp=>{
this.tableData2=resp.results this.tableData2=resp.results
......
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