zhuzhuanzhuan
2024-05-09 1d79d3950a3d8c489ca9ee2c88a50b01e2b5ab6e
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