ZaiZai 11 tháng trước cách đây
mục cha
commit
82ad9c9b3f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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('项目未关联日志表单')
     }
 }