This commit is contained in:
yuping
2022-12-19 19:56:27 +08:00
parent 78ecfd3d6a
commit d7aa5fc856

View File

@@ -974,7 +974,7 @@ export default {
return; return;
} */ } */
const offName = await validateName({ const offName = await validateName({
name: state.qdms_inputV1, name: state.projectInfo.name,
type: 1, type: 1,
id: state.projectInfo.projectId, id: state.projectInfo.projectId,
}).then((res) => { }).then((res) => {