Commit fb9e980d by xue_wengang

Update ptCxForm_components.vue

parent 184df7c8
...@@ -923,7 +923,16 @@ export default { ...@@ -923,7 +923,16 @@ export default {
"jczwf", "jczwf",
]; ];
let flag = arr.find((item) => item == self.pageType); let flag = arr.find((item) => item == self.pageType);
if (this.isPost) { if (this.pageBs == "ydjwZdbbgl") {
return Http({
url: url.ydjwURL + self.cxUrl,
data: form,
method: "post",
headers: {
"content-type": "application/x-www-form-urlencoded",
},
});
}else if (this.isPost) {
let params = JSON.parse(form); let params = JSON.parse(form);
return Http({ return Http({
url: flag ? url.BaseURL + self.cxUrl : url.rzURL + self.cxUrl, url: flag ? url.BaseURL + self.cxUrl : url.rzURL + self.cxUrl,
......
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