52412 企标制修订立项:发起节点 发起人发起后 点击撤回 草稿数据丢失
This commit is contained in:
@@ -736,8 +736,8 @@ export default {
|
||||
bpnId: this.$route.query.bpnId
|
||||
}).then(res => {
|
||||
let mes = JSON.parse(res.mes)
|
||||
this.qblx_pageData = mes.qblx_pageData
|
||||
this.fileInfoList = mes.qblx_pageData.qblxFile
|
||||
this.qblx_pageData = mes.form ? mes.form : mes.qblx_pageData
|
||||
this.fileInfoList = mes.form ? mes.form.qblxFile : mes.qblx_pageData.qblxFile
|
||||
this.commentText = mes.commentText
|
||||
this.roleForm = mes.roleForm
|
||||
});
|
||||
@@ -927,7 +927,6 @@ export default {
|
||||
this.saveLoading = true;
|
||||
let _formData = new FormData();
|
||||
this.qblx_pageData.qblxFile = this.fileInfoList
|
||||
_formData.append("id", this.bpnId || "");
|
||||
_formData.append("createUser", this.$store.getters.userInfo.userId);
|
||||
_formData.append("createUserName", this.$store.getters.userInfo.userName);
|
||||
_formData.append("prcType", "26");
|
||||
|
||||
Reference in New Issue
Block a user