PrinceLee 5 лет назад
Родитель
Сommit
0f90d37c34
1 измененных файлов с 1 добавлено и 0 удалено
  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 })