【修改】权限申请流程修改页面
This commit is contained in:
@@ -193,8 +193,11 @@ export default {
|
||||
},
|
||||
handleSubmit () {
|
||||
if (this.$refs.operationRef.submit()) {
|
||||
// 通过了校验 需要整合参数
|
||||
console.log('斤斤计较')
|
||||
// 通过了校验 需要整合参数 拿到原来的dataJson 再把新添加的增进去 在拼成dataJson
|
||||
let submit= JSON.parse(this.processOld.submitJson)
|
||||
let dataJson= JSON.parse(this.processOld.dataJson)
|
||||
let submitJson= {...data , ...this.$refs.operationRef.examineForm}
|
||||
this.completeProcess(dataJson,submitJson)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user