Commit 80773524 by xue_wengang

案件撤销审批接口修改

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