fix:功能调整

This commit is contained in:
tianyongbao
2024-06-06 18:42:02 +08:00
parent 568125d792
commit bdc80f29ef
20 changed files with 1050 additions and 56 deletions

View File

@@ -120,7 +120,7 @@ function getList() {
})
}
function getDict() {
// 工单状态
// 类型
getDicts('journey_type').then(res => {
journeyTypeList.value = res.data
})