Houjie
2025-06-10 b14aa3f5539d358ec2db80a65c4c32c684d88c77
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