wangfei
2024-10-31 8bd3fa89541cdf63ed4e9c932c5336621ba58ed3
UI-Project/src/views/Returns/upreturns.vue
@@ -85,7 +85,7 @@
});
const selectgong = async () => {
  try {
    const response = await request.post('/loadGlass/upEngineering/selectTask')
    const response = await request.post('/loadGlass/engineering/engineering/selectTask')
    if (response.code == 200) {
      titleSelectJson.value.engineerId = response.data;
    } else {