|
@@ -172,6 +172,7 @@ import { getDictionary } from "@/api/system/dict";
|
|
|
import { dictionarydataType } from "@/api/exctab/editelement";
|
|
|
import {
|
|
|
excelType,
|
|
|
+ excelType1,
|
|
|
submitExcelRelationWbsTreeAndElement,
|
|
|
getWbsTypeList,
|
|
|
getLazytree,
|
|
@@ -279,7 +280,8 @@ export default {
|
|
|
},
|
|
|
async excelType() {
|
|
|
//清表类型
|
|
|
- const { data: res } = await excelType({ code: "sys_excltab_type" });
|
|
|
+ // const { data: res } = await excelType({ code: "sys_excltab_type" });
|
|
|
+ const { data: res } = await excelType1({ code: "table_type" });
|
|
|
console.log(res);
|
|
|
if (res.code === 200) {
|
|
|
this.exceltypeData = res.data;
|