Răsfoiți Sursa

性能验证修复配置表没有更新时间

zhonghuizhen 6 luni în urmă
părinte
comite
f3a7d788c1
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      src/views/business/performance/xnfaconfig.vue

+ 1 - 0
src/views/business/performance/xnfaconfig.vue

@@ -1171,6 +1171,7 @@ export default {
         if (currentMethod && currentMethod.id) {
           const existingIndex = this.oldMethods.findIndex(method => method.id === currentMethod.id)
           if (existingIndex !== -1) {
+            currentMethod.updateTime = this.$common.getDateNow(19)
             // 替换已存在的方法
             this.oldMethods[existingIndex] = currentMethod
           } else {