fix: Zero Time 分析功能结果渲染
This commit is contained in:
parent
f9d613fdd5
commit
2ae1b5a423
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user