修改各模块ts接口规范

This commit is contained in:
lcj
2025-03-13 15:07:20 +08:00
parent 25259064ba
commit d066a27c2c
31 changed files with 168 additions and 99 deletions

View File

@ -326,7 +326,7 @@ const getContractorList = async () => {
loading.value = false;
};
const projectTeamOpt = ref();
const projectTeamOpt = ref([]);
/** 查询当前项目下的班组列表 */
const getProjectTeamList = async () => {