wangfei
2024-10-12 928eb04bd1de73d63bf55bbeff6b9645c9516124
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;