|
@@ -1910,7 +1910,7 @@
|
|
|
></el-option>
|
|
|
</el-select>
|
|
|
<span v-else>
|
|
|
- <el-tag v-for="item in scope.row.roleNameVal" style="margin-right: 2px;">{{ item }}</el-tag>
|
|
|
+ <el-tag v-for="(item,index) in scope.row.roleNameVal" style="margin-right: 2px;" :key="index">{{ item }}</el-tag>
|
|
|
</span>
|
|
|
</template>
|
|
|
|
|
@@ -4222,6 +4222,7 @@ async saveLinkTab() {
|
|
|
const { data: res } = await saveLinkTab({
|
|
|
exceTabId: node.id,
|
|
|
tabId: this.GLExcelFrom.id,
|
|
|
+ updateAll:this.isNodeType? false:true,
|
|
|
});
|
|
|
|
|
|
if (res.code === 200) {
|