fix: 工位时间维护
This commit is contained in:
@@ -195,11 +195,7 @@ const dataChangeFun = () => {
|
||||
};
|
||||
|
||||
const updateSingleWorkspaceTimeFun = async (row: any, propertyName: string) => {
|
||||
const propertyValue = row[propertyName];
|
||||
|
||||
if (!propertyValue) {
|
||||
return;
|
||||
}
|
||||
const propertyValue = row[propertyName] || '';
|
||||
|
||||
const isDesignPhase = currentPhase.value?.label?.includes('设计') || false;
|
||||
const syncToTask = isDesignPhase;
|
||||
|
||||
Reference in New Issue
Block a user