peixh 3 роки тому
батько
коміт
b5193805d6
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      flowable-front/src/components/views/deal.vue

+ 4 - 0
flowable-front/src/components/views/deal.vue

@@ -349,6 +349,7 @@
 						if ("SecurityError" != e.name) {
 							return;
 						}
+						this.tableloading = false;
 					}
 				}
 				//this.submitUpload();
@@ -370,14 +371,17 @@
 								offset : 70
 							});
 							this.attachmentVisible = false;
+							this.tableloading = false;
 							this.closeDeal();
 						} else {
 							this.$message.error({message : response.data.message, offset : 70});
+							this.tableloading = false;
 						}
 					}
 				}).catch(err => {
 					console.log(err)
 					this.$message.error({message : '请求失败!', offset : 70});
+					this.tableloading = false;
 				})
 			},