|
@@ -677,6 +677,7 @@ import {
|
|
|
tabLazytree,
|
|
|
getExcelHtmlCol,
|
|
|
excelType,
|
|
|
+ excelType1,
|
|
|
submitExcelRelationWbsTreeAndElement,
|
|
|
getWbsTypeList,
|
|
|
getLazytree,
|
|
@@ -1254,8 +1255,9 @@ export default {
|
|
|
|
|
|
async excelType() {
|
|
|
//清表类型
|
|
|
- const { data: res } = await excelType({ code: "sys_excltab_type" });
|
|
|
- console.log(res);
|
|
|
+ // 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;
|
|
|
}
|