Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
zhutianqi
2021-08-02 15:27:16 +08:00
3 changed files with 4 additions and 4 deletions
@@ -460,6 +460,8 @@ export default {
this.detailData = mes.form.detailData this.detailData = mes.form.detailData
this.dataList = mes.form.dataList; this.dataList = mes.form.dataList;
this.commentText = mes.commentText; this.commentText = mes.commentText;
// this.fileList = mes.form.fileName.split(",")
// console.log(this.fileList);
this.getFileInfo(); this.getFileInfo();
}); });
}, },
@@ -693,15 +693,13 @@ export default {
_formData.append("json", JSON.stringify({ _formData.append("json", JSON.stringify({
taskInfo: '根据会签意见修订', taskInfo: '根据会签意见修订',
form: this.listForm, form: this.listForm,
detailData: this.detailData, roleForm: this.roleForm,
commentText: this.commentText commentText: this.commentText
})); }));
console.log(_formData);
saveTaskFirst(_formData).then(res => { saveTaskFirst(_formData).then(res => {
this.saveLoading = false; this.saveLoading = false;
this.$message.success("保存成功"); this.$message.success("保存成功");
this.bpnId = res.result; this.bpnId = res.result;
this.$router.push('/processCenter')
}).catch(e => { }).catch(e => {
this.saveLoading = false; this.saveLoading = false;
}); });
@@ -708,7 +708,7 @@ export default {
//选择拆分标准确定事件 //选择拆分标准确定事件
OkDrawer() { OkDrawer() {
if (this.selectedList.length == 1) { if (this.selectedList.length == 1) {
this.listForm.standNumber = this.selectedList[0].standNumber; this.listForm.standNumber = this.selectedList[0].standSortShow + '-' + this.selectedList[0].standNumber + '-' + this.selectedList[0].standYear ;
this.listForm.standName = this.selectedList[0].standName; this.listForm.standName = this.selectedList[0].standName;
this.listForm.id = this.selectedList[0].id; this.listForm.id = this.selectedList[0].id;
this.$http.get("SarStandItems/sar-stand-items/findAllItems", { this.$http.get("SarStandItems/sar-stand-items/findAllItems", {