|
@@ -251,7 +251,7 @@ const wbsElTreeClick = ({node, data, keys}) => {
|
|
treeAutoExpandKeys.value = keys
|
|
treeAutoExpandKeys.value = keys
|
|
setStoreData('wbsTreeExpandKeys',keys)
|
|
setStoreData('wbsTreeExpandKeys',keys)
|
|
//改变搜索表单数据
|
|
//改变搜索表单数据
|
|
- searchForm.value.wbsId = data['contractIdRelation'] ? data['id'] : data['primaryKeyId']
|
|
|
|
|
|
+ searchForm.value.wbsId = data['primaryKeyId']
|
|
searchForm.value.contractIdRelation = data['contractIdRelation']
|
|
searchForm.value.contractIdRelation = data['contractIdRelation']
|
|
searchForm.value.current = 1;
|
|
searchForm.value.current = 1;
|
|
getTableData()
|
|
getTableData()
|