@@ -183,12 +183,16 @@
},
// 下达
toRelease(row) {
+ this.loading = true
releaseWorkOrder(row.id).then((res) => {
if(res){
this.$message.success('成功');
this.reload();
}
- });
+ this.loading = false
+ }).catch(()=>{
+ })
/* 刷新表格 */
reload(where) {