src/views/system/modules/ProductionManager/ProductionEquipment.vue
@@ -254,10 +254,12 @@ postAction(this.url.removeEquipmentForDepart,qs.stringify({productionId:this.productionId,equipmentId:equipmentId})).then((res)=>{ if (res.success) { this.$message.warning(res.message) this.$notification.success({ message:'消息', description:res.message }); this.loadData(this.productionId); }else{ // this.$message.warning(res.message) this.$notification.warning({ message:'消息', description:res.message