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