|
|
@@ -355,7 +355,7 @@ export default {
|
|
|
uni.navigateTo({
|
|
|
url: "/pages/my/jobPostingSecond?pid=" + this.postPushId + '&companyId=' +
|
|
|
this.companyId + "&status=" + this
|
|
|
- .status + "&companyName=" + this.companyName + '&type=' + this.update + '&workData=' + JSON.stringify(this.jobInfo) + '&isBack=' + true + '&ruleClassifyId=' + this.jobInfo.ruleClassifyId + '&dataInfo=' + JSON.stringify(data)
|
|
|
+ .status + "&companyName=" + this.companyName + '&type=' + this.update + '&workData=' + encodeURIComponent(JSON.stringify(this.jobInfo)) + '&isBack=' + true + '&ruleClassifyId=' + this.jobInfo.ruleClassifyId + '&dataInfo=' + JSON.stringify(data)
|
|
|
});
|
|
|
|
|
|
// 发送请求
|