ZaiZai 11 ماه پیش
والد
کامیت
82ad9c9b3f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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('项目未关联日志表单')
     }
 }