This commit is contained in:
2026-01-21 18:47:28 +08:00
parent 40ea0f9d17
commit 8d4b9b31ad
7 changed files with 2 additions and 18 deletions

View File

@@ -375,7 +375,6 @@ const formHideKeys = ref<any[]>(['materialNo']);
const changeFun = async (val: any, type: string) => {
const formData = tableFormRef.value.getFormDataFun();
// editFormInfo.value = { ...formData };
console.log('val', val);
if (val.key === 'projectId') {
let nodeType = '';
let nextKey = '';
@@ -450,7 +449,6 @@ const changeFun = async (val: any, type: string) => {
}
if (val.key === 'workspace') {
if (formData.workspace) {
console.log('val', val);
formData.workspace = val.val.value;
formData.workspaceName = val.val.label;
formData.extras = setWorkSpaceValue(