feat: 标准入库意见字段
This commit is contained in:
@@ -844,6 +844,8 @@
|
||||
handleSave() {},
|
||||
handleSubmit() {
|
||||
const json = JSON.stringify(this.form);
|
||||
json.commentText = this.commentText
|
||||
json.approvalOpinion = this.approvalOpinion
|
||||
console.log(json)
|
||||
this.$http.post('lawss/activiti/completeTask', {
|
||||
taskIds: this.taskIds,
|
||||
|
||||
Reference in New Issue
Block a user