修改手机端文档库接口
This commit is contained in:
@@ -2802,6 +2802,7 @@
|
||||
if (this.updateFlowStatusList && this.updateFlowStatusList.length > 0) {
|
||||
this.updateFlowStatusBatch()
|
||||
}
|
||||
this.completeTaskList = []
|
||||
for (let i = 0; i < this.startProcessList.length; i++) {
|
||||
if (this.startProcessList[i].type == 2) {
|
||||
this.startProcessList[i].dataList.designDutyDueDate = this.formInline.designDutyDueDate
|
||||
@@ -2829,6 +2830,7 @@
|
||||
Promise.all(this.completeTaskList).then((res) => {
|
||||
if (this.requestsNum == res.length) {
|
||||
this.visible = false
|
||||
this.formInline = {}
|
||||
this.selectedRowKeys = []
|
||||
this.$message.success(this.$t('OperationSuccessful'))
|
||||
this.confirmLoading = false
|
||||
|
||||
Reference in New Issue
Block a user