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