From ee8236c8b1861ffda0f40444678a746119d612ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Tue, 7 Dec 2021 16:38:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=81=E7=A8=8B=E4=BC=A0?= =?UTF-8?q?=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/qbfz/step1.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue b/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue index fce97e9d6..de65846c1 100644 --- a/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue @@ -556,6 +556,9 @@ export default { }else if(this.selectList.length < 1){ this.$message.warning('请至少选择一条数据进行带入') }else{ + this.standardSearch.standId = this.selectList[0].id + this.standardSearch.standtextStatus = "3lqnlgmgcn" + this.standardSearch.textStatusBuss = this.selectList[0].textStatusBuss || '--' this.standardSearch.standCode = this.selectList[0].standCode || '--' this.standardSearch.standName = this.selectList[0].standName || '--' this.standardSearch.enName = this.selectList[0].standEnName || '--' @@ -620,6 +623,8 @@ export default { this.isSubmit = true this.standardSearch.commentText = this.commentText var json = Object.assign(this.standardSearch, this.roleForm) + console.log(json); + return this.$http.get('lawss/activiti/startProcess', {type: '24'}, { _this: this }, res => {