panqiuyao 7 месяцев назад
Родитель
Сommit
9566eee818
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      frontend/src/views/Setting/components/action_config.vue

+ 1 - 0
frontend/src/views/Setting/components/action_config.vue

@@ -189,6 +189,7 @@ const changeSelectId = (id)=>{
  * @param {number} index - 当前行的索引
  */
 const editRow = (row, index) => {
+  addRowData.value = {}
   dialogVisible.value = true;
   editId.value = row.id
 };