|
|
@@ -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 {
|