zhaowei
2025-07-22 a5093e5c0db210a162b5a409d3f330a0f045d90a
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