Commit 80773524 by xue_wengang

案件撤销审批接口修改

parent dcd0f8fa
...@@ -595,7 +595,7 @@ export default { ...@@ -595,7 +595,7 @@ export default {
dialogTitleContent: "", dialogTitleContent: "",
checkResult: true, checkResult: true,
sjspJgdmType: '', sjspJgdmType: '',
asjxxList: [], // asjxxList: [],
formD: lazczjspForm, formD: lazczjspForm,
radioStr: '', radioStr: '',
propFormField: [ propFormField: [
...@@ -1061,7 +1061,7 @@ export default { ...@@ -1061,7 +1061,7 @@ export default {
let self = this; let self = this;
var param = new FormData() var param = new FormData()
param.append("xxzjbh", self.$route.query.xxzjbh); param.append("xxzjbh", self.$route.query.xxzjbh);
Http.post(`${url.BaseURL}/bqxgxx/getBqcxDetail`, param, { Http.post(`${url.BaseURL}/bqxgxx/getBqcxDetailNoFile`, param, {
headers: { headers: {
"Content-Type": "application/x-www-form-urlencoded", "Content-Type": "application/x-www-form-urlencoded",
"blade-auth": sessionStorage.getItem("token") "blade-auth": sessionStorage.getItem("token")
...@@ -1085,7 +1085,7 @@ export default { ...@@ -1085,7 +1085,7 @@ export default {
result.bjblJgdm = '需补充材料' result.bjblJgdm = '需补充材料'
} }
this.ajxx = result this.ajxx = result
this.asjxxList = result.fjList // this.asjxxList = result.fjList
loading.close() loading.close()
}) })
......
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