|
@@ -85,7 +85,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import {getList, tabLazytreeAll, saveLinkTab, getExcelHtml, savelinktableInfo,} from "@/api/exctab/excelmodel";
|
|
|
+import {getList,tabLazytreeAll,saveLinkTab, getExcelHtml,} from "@/api/exctab/excelmodel";
|
|
|
import EditElement from "@/views/manager/projectinfo/editElement/editElement.vue";
|
|
|
import {findNodeTableByCondition as selectByNodeTable} from "@/api/manager/wbsprivate";
|
|
|
export default {
|
|
@@ -251,10 +251,9 @@ export default {
|
|
|
}
|
|
|
console.log(node.id,'node.id');
|
|
|
console.log(this.GLExcelFrom.id,'this.GLExcelFrom.id');
|
|
|
- const { data: res } = await savelinktableInfo({
|
|
|
+ const { data: res } = await saveLinkTab({
|
|
|
exceTabId: node.id,
|
|
|
- tabId: this.GLExcelFrom.id,
|
|
|
-
|
|
|
+ tabId: this.GLExcelFrom.id
|
|
|
});
|
|
|
console.log(res);
|
|
|
if (res.code === 200) {
|