CodeManagement/BigScreenVue/src/utils/index.js
@@ -1,3 +1,11 @@ /* * @Author: daidai * @Date: 2022-02-23 08:59:26 * @LastEditors: daidai * @LastEditTime: 2022-02-24 17:11:58 * @FilePath: \big-screen-vue-datav\src\utils\index.js */ /** * @param {Function} fn 防抖函数 * @param {Number} delay 延迟时间 @@ -13,7 +21,6 @@ }, delay); }; } /** * @param {date} time 需要转换的时间 * @param {String} fmt 需要转换的格式 如 yyyy-MM-dd、yyyy-MM-dd HH:mm:ss