This commit is contained in:
张成
2026-04-16 17:39:25 +08:00
parent df0aacc782
commit a45418883c
6 changed files with 212 additions and 63 deletions

View File

@@ -323,7 +323,7 @@ export default {
sort_order: row.sort_order || 0
}
this.$refs.editModal.editShow(editRow,(newRow)=>{
debugger
this.handleSaveSuccess(newRow)
})