diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue index 7d991ee2e..27c206b68 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue @@ -707,7 +707,7 @@
-
+
{ @@ -2623,6 +2625,7 @@ export default { * @description: 动态表单读取 */ getFormFieldList(item) { + console.log(item); this.$nextTick(() => { this.form = JSON.parse(JSON.stringify(item)) this.defaultCheckedKeys = [this.form.standSystem]; @@ -2665,7 +2668,6 @@ export default { // }) // }, initializeFileList(property, value) { - console.log(property); switch (property) { case 'xgd': this.getFileList(value, this.xgdFileList); @@ -2758,9 +2760,10 @@ export default { //表单文件处理 this.fileInfoHandle(); this.form.country = this.countryArr; + this.form.commentText = this.commentText; this.saveLoading = true let _formData = new FormData() - _formData.append('id', this.bpnId) + _formData.append("id", this.bpnId || ""); // _formData.append('createUser', this.$store.getters.userInfo.userId) // _formData.append('createUserName', this.$store.getters.userInfo.uName) _formData.append('prcType', '1') @@ -2843,6 +2846,8 @@ export default { this.form.commentText = this.commentText this.form.approvalOpinion = this.approvalOpinion const json = JSON.stringify(this.form); + console.log(json); + return; this.$http.post('lawss/activiti/completeTask', { taskIds: this.taskIds, userId: this.userId, @@ -2924,6 +2929,7 @@ export default { this.getData() }, mounted() { + this.bpnId = this.$route.query.bpnId this.processTable() this.$http.get('sys/dictype/getDicTypeListCode', '', { _this: this