|
@@ -84,9 +84,10 @@
|
|
|
<a-icon v-if="tab.direction !== 'START'"
|
|
|
type="right-square" />
|
|
|
<!-- <ellipsis :length="50"
|
|
|
- tooltip>
|
|
|
+ tooltip> -->
|
|
|
+
|
|
|
{{ tab.otherVName }}
|
|
|
- <span slot="tooltipTitle"
|
|
|
+ <!-- <span slot="tooltipTitle"
|
|
|
v-if="tab.direction === 'START'">
|
|
|
{{ entityClass }}->{{ tab.relClsName }}->{{
|
|
|
tab.otherVName
|
|
@@ -97,8 +98,8 @@
|
|
|
{{ tab.otherVName }}->{{ tab.relClsName }}->{{
|
|
|
entityClass
|
|
|
}}
|
|
|
- </span>
|
|
|
- </ellipsis> -->
|
|
|
+ </span> -->
|
|
|
+ <!-- </ellipsis> -->
|
|
|
</p>
|
|
|
</div>
|
|
|
</a-collapse-panel>
|
|
@@ -114,9 +115,9 @@
|
|
|
<a-icon v-if="tab.direction !== 'START'"
|
|
|
type="right-square" />
|
|
|
<!-- <ellipsis :length="50"
|
|
|
- tooltip>
|
|
|
+ tooltip> -->
|
|
|
{{ tab.relClsName }}
|
|
|
- <span slot="tooltipTitle"
|
|
|
+ <!-- <span slot="tooltipTitle"
|
|
|
v-if="tab.direction === 'START'">
|
|
|
{{ entityClass }}->{{ tab.relClsName }}->{{
|
|
|
tab.otherVName
|
|
@@ -126,9 +127,9 @@
|
|
|
v-else>
|
|
|
{{ tab.otherVName }}->{{ tab.relClsName }}->{{
|
|
|
entityClass
|
|
|
- }}
|
|
|
- </span>
|
|
|
- </ellipsis> -->
|
|
|
+ }}
|
|
|
+ </span>-->
|
|
|
+ <!-- </ellipsis> -->
|
|
|
</p>
|
|
|
</div>
|
|
|
</a-collapse-panel>
|
|
@@ -183,7 +184,7 @@
|
|
|
</h3>
|
|
|
<div class="card_elem">
|
|
|
<a-row v-for="item in ELEMAttr"
|
|
|
- :key="item.attrClsId" :gutter="16">
|
|
|
+ :key="item.attrClsID" :gutter="16">
|
|
|
<a-col :span="8">
|
|
|
<span v-if="item.notNull"
|
|
|
style="color: #f5222d">*</span>
|
|
@@ -208,7 +209,7 @@
|
|
|
</h3>
|
|
|
<div class="card_elem">
|
|
|
<a-row v-if="version=='bf'" v-for="item in CIDXAttr"
|
|
|
- :key="item.attrClsId" :gutter="16">
|
|
|
+ :key="item.attrClsID" :gutter="16">
|
|
|
<a-col :span="8">
|
|
|
<span v-if="item.notNull"
|
|
|
style="color: #f5222d">*</span>
|
|
@@ -222,7 +223,7 @@
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
<a-row v-else v-for="item in CIDXAttr"
|
|
|
- :key="item.attrClsId" :gutter="16">
|
|
|
+ :key="item.attrClsID" :gutter="16">
|
|
|
<a-col :span="8">
|
|
|
<span v-if="item.notNull"
|
|
|
style="color: #f5222d">*</span>
|
|
@@ -245,7 +246,7 @@
|
|
|
</h3>
|
|
|
<div class="card_elem">
|
|
|
<a-row v-for="mime in MIMEAttr"
|
|
|
- :key="mime.attrClsId">
|
|
|
+ :key="mime.attrClsID">
|
|
|
<a-col :span="10"> {{ mime.attrClsName }}: </a-col>
|
|
|
<a-col :span="14">
|
|
|
<p v-if="mime.attrID">
|
|
@@ -317,7 +318,7 @@
|
|
|
:entId="entId"
|
|
|
:clsId="clsId"
|
|
|
:otherVID="tab.otherVID"
|
|
|
- :relClsId="tab.relClsId"
|
|
|
+ :relClsId="tab.relClsID"
|
|
|
:direction="tab.direction"
|
|
|
:isModel="isModel"></attr-table>
|
|
|
<a-button type="primary"
|
|
@@ -756,7 +757,7 @@
|
|
|
"uploadMIMEFileModal",
|
|
|
{
|
|
|
entId: this.entId,
|
|
|
- attrClsId: mime.attrClsId,
|
|
|
+ attrClsID: mime.attrClsID,
|
|
|
},
|
|
|
function (data) {
|
|
|
if (data) {
|
|
@@ -791,7 +792,7 @@
|
|
|
// };
|
|
|
// this.CIDXAttr.forEach((item) => {
|
|
|
// if (item.attrValue_z) {
|
|
|
- // content["list[" + count + "].attrClsId"] = item.attrClsId;
|
|
|
+ // content["list[" + count + "].attrClsId"] = item.attrClsID;
|
|
|
// content["list[" + count + "].attrId"] = item.attrID;
|
|
|
// content["list[" + count + "].attrValue"] = item.attrValue_z;
|
|
|
// content["list[" + count + "].entAndAttrType"] = "CIDX";
|
|
@@ -800,7 +801,7 @@
|
|
|
// });
|
|
|
// this.ELEMAttr.forEach((item) => {
|
|
|
// if (item.attrValue_z) {
|
|
|
- // content["list[" + count + "].attrClsId"] = item.attrClsId;
|
|
|
+ // content["list[" + count + "].attrClsId"] = item.attrClsID;
|
|
|
// content["list[" + count + "].attrId"] = item.attrID;
|
|
|
// content["list[" + count + "].attrValue"] = item.attrValue_z;
|
|
|
// content["list[" + count + "].entAndAttrType"] = "ELEM";
|
|
@@ -814,7 +815,7 @@
|
|
|
attrID: item.attrID,
|
|
|
attrValue: item.attrValue_z,
|
|
|
entId: this.entId,
|
|
|
- attrClsId: item.attrClsId,
|
|
|
+ attrClsId: item.attrClsID,
|
|
|
entAndAttrType: "CIDX"
|
|
|
}
|
|
|
attrs.push(attr)
|
|
@@ -826,7 +827,7 @@
|
|
|
attrID: item.attrID,
|
|
|
attrValue: item.attrValue_z,
|
|
|
entId: this.entId,
|
|
|
- attrClsId: item.attrClsId,
|
|
|
+ attrClsId: item.attrClsID,
|
|
|
entAndAttrType: "ELEM"
|
|
|
}
|
|
|
attrs.push(attr)
|
|
@@ -866,8 +867,8 @@
|
|
|
resp.data.entListVO,
|
|
|
resp.data.relListVO
|
|
|
);
|
|
|
- this.nodes = data.entListVO;
|
|
|
- this.links = data.relListVO;
|
|
|
+ this.nodes = resp.data.entListVO;
|
|
|
+ this.links = resp.data.relListVO;
|
|
|
this.entityClassList = resp.data.entClsListVO;
|
|
|
this.linkClassList = resp.data.relClsListVO;
|
|
|
});
|
|
@@ -1012,7 +1013,7 @@
|
|
|
let attrFilters = []
|
|
|
arr.forEach((v,i) => {
|
|
|
let innerItem = {
|
|
|
- attrClsId: v.attrClsId,
|
|
|
+ attrClsID: v.attrClsID,
|
|
|
attrValue: v.attrValue,
|
|
|
conditionType: v.conditionType,
|
|
|
operatorType: v.operatorType,
|
|
@@ -1080,8 +1081,8 @@
|
|
|
// 运行测试按钮
|
|
|
handlerRunFlow(data) {
|
|
|
const vm = this
|
|
|
- let attrClsId = data.attrClsId
|
|
|
- runFlow(this.entId, attrClsId, this.isModel).then((data) => {
|
|
|
+ let attrClsID = data.attrClsID
|
|
|
+ runFlow(this.entId, attrClsID, this.isModel).then((data) => {
|
|
|
vm.$message.success('计算流程启动成功');
|
|
|
this.getCIDXAttr(); // 获取能力属性
|
|
|
})
|