ZengTao
2024-10-16 3a38edcb5e9c15a9591e1e913d3583f3d437caf1
UI-Project/src/views/Returns/returns.vue
@@ -228,10 +228,10 @@
const requestData = {  
  state: 100  
};  
const selectgong = async (queryString: string) => {
  try  {
    const response = await request.post('/loadGlass/optimizeProject/listByState',{
@@ -559,7 +559,7 @@
      // window.location.reload() 
      blindb.value = false;
      tableData.splice([]);
      // 请求失败,显示错误消息
      ElMessage.error(response.message);
    }
@@ -613,7 +613,7 @@
const handleBindb = (row) => {
  blindb.value = true; 
};
// 删除
const handleBindRacka = (row) => {
  workstationId.value = row.workstationId;