ZaiZai hace 11 meses
padre
commit
82ad9c9b3f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/ledger/components/table-form.vue

+ 1 - 1
src/views/ledger/components/table-form.vue

@@ -293,7 +293,7 @@ const getExcelHtml = async (excelId) => {
         }
     } else {
         isTableForm.value = false
-        window?.$message?.error(`excelId: ${excelId || '-1 或 空'}`)
+        window?.$message?.error('项目未关联日志表单')
     }
 }