Jelajahi Sumber

mod:左右脚配置调整

panqiuyao 7 bulan lalu
induk
melakukan
9566eee818
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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
 };