fix: Zero Time 分析功能结果渲染

This commit is contained in:
Xu Zhimeng 2023-09-05 09:15:48 +08:00
parent f9d613fdd5
commit 2ae1b5a423

View File

@ -199,7 +199,7 @@ export default {
this.isAnalyzing = true this.isAnalyzing = true
const { success, result, message } = await getAction('/gamma/ZeroTimeAnalyse', this.model) const { success, result, message } = await getAction('/gamma/ZeroTimeAnalyse', this.model)
if (success) { if (success) {
console.log('%c [ ]-203', 'font-size:13px; background:pink; color:#bf2c9f;', result) this.dateTime = result
} else { } else {
this.$message.error(message) this.$message.error(message)
} }