摘要: save2() { // 在点击确认按钮时,首先清除表单的校验错误 this.$refs.formRef2.clearValidate(); // 重新进行校验 this.$refs.formRef2.validate((valid) => { if (valid) { // 修改操作 if (th 阅读全文
posted @ 2024-11-07 10:48 .Tik 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 后端返回时间为2024-11-07 09:51:12.48,带毫秒 formatDate(row, column, cellValue) { if (!cellValue) return ''; // 处理空值 const date = new Date(cellValue); // 将字符串转换为 阅读全文
posted @ 2024-11-07 10:08 .Tik 阅读(2) 评论(0) 推荐(0) 编辑