Ver Fonte

优化fix bug

PrinceLee há 5 anos atrás
pai
commit
0f90d37c34
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/views/projectManage/bugList/details/filterList.vue

+ 1 - 0
src/views/projectManage/bugList/details/filterList.vue

@@ -157,6 +157,7 @@ export default {
           message: '请填写名称',
           type: 'error'
         })
+        this.$set(this.filterList[e.index], 'name', this.copyFilterList[e.index].name)
         return false
       }
       const res = await updateFilter({ id: e.id, name: e.name })