|
|
@@ -298,6 +298,7 @@
|
|
|
fileIds.push(v.id)
|
|
|
})
|
|
|
this.form.fileIdList = fileIds;
|
|
|
+ debugger
|
|
|
create(this.form).then(response => {
|
|
|
uni.showToast({
|
|
|
title: `提交成功`
|
|
|
@@ -348,6 +349,11 @@
|
|
|
this.$refs[ref].validate().then(res => {
|
|
|
this.form.startUserSelectAssignees = this.form.peopleList.split(',');
|
|
|
this.form.auditPass = true;
|
|
|
+ let fileIds = [];
|
|
|
+ this.fileList.forEach(v => {
|
|
|
+ fileIds.push(v.id)
|
|
|
+ })
|
|
|
+ this.form.fileIdList = fileIds;
|
|
|
reCommit(this.form).then(response => {
|
|
|
uni.showToast({
|
|
|
title: `提交成功`
|