|
@@ -17,9 +17,8 @@
|
|
<el-link type="danger" :disabled="item.isBussShow === 2 || tableFormDelLoading" @click.stop="delClick(item, index)">删除本表</el-link>
|
|
<el-link type="danger" :disabled="item.isBussShow === 2 || tableFormDelLoading" @click.stop="delClick(item, index)">删除本表</el-link>
|
|
</HcTooltip>
|
|
</HcTooltip>
|
|
<el-link
|
|
<el-link
|
|
- v-if="treenodeDataInfo?.majorDataType === 2 && treenodeDataInfo?.nodeType === 1
|
|
|
|
- || treenodeDataInfo?.majorDataType === 2 && treenodeDataInfo?.nodeType === 2
|
|
|
|
- || treenodeDataInfo?.majorDataType === 2 && treenodeDataInfo?.nodeType === 3"
|
|
|
|
|
|
+ v-if=" treenodeDataInfo?.majorDataType === 2 && treenodeDataInfo?.nodeType === 2
|
|
|
|
+ || treenodeDataInfo?.majorDataType === 2 && treenodeDataInfo?.nodeType === 4"
|
|
:disabled="evaluateLoaing"
|
|
:disabled="evaluateLoaing"
|
|
type="primary"
|
|
type="primary"
|
|
@click="evaluate(item)"
|
|
@click="evaluate(item)"
|
|
@@ -465,7 +464,8 @@ watch(() => [
|
|
props.classify,
|
|
props.classify,
|
|
props.primaryKeyId,
|
|
props.primaryKeyId,
|
|
props.newlistdata,
|
|
props.newlistdata,
|
|
-], ([pid, cid, temp_id, tid, type, status, class_id, tree_id, Newlistdata]) => {
|
|
|
|
|
|
+ props.treenodeDataInfo,
|
|
|
|
+], ([pid, cid, temp_id, tid, type, status, class_id, tree_id, Newlistdata, TreenodeDataInfo]) => {
|
|
projectId.value = pid
|
|
projectId.value = pid
|
|
contract_id.value = cid
|
|
contract_id.value = cid
|
|
wbsTemp_id.value = temp_id
|
|
wbsTemp_id.value = temp_id
|
|
@@ -475,6 +475,7 @@ watch(() => [
|
|
classifys.value = class_id
|
|
classifys.value = class_id
|
|
treeId.value = tree_id
|
|
treeId.value = tree_id
|
|
newlistdata.value = Newlistdata
|
|
newlistdata.value = Newlistdata
|
|
|
|
+ treenodeDataInfo.value = TreenodeDataInfo
|
|
})
|
|
})
|
|
|
|
|
|
//渲染完成
|
|
//渲染完成
|