| src/views/productionManagement/workOrderManagement/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/productionManagement/workOrderManagement/index.vue
@@ -372,7 +372,7 @@ }, disabled: row => { if (row.planQuantity <= 0) return true; if (!row.userIds) return true; if (!row.userIds) return false; try { const userIds = typeof row.userIds === "string"