v1.9 修复业务受理页面部分bug

This commit is contained in:
wuxw 2025-08-01 13:41:26 +08:00
parent a2001c1375
commit 586338a6a9

View File

@ -171,7 +171,7 @@ export default {
this.$refs.notepadOwnerRepair.open(notepad) this.$refs.notepadOwnerRepair.open(notepad)
}, },
_toRepairDetail(notepad) { _toRepairDetail(notepad) {
this.$router.push(`/pages/property/ownerRepairDetail?repairId=${notepad.thridId}`) this.$router.push(`/views/work/repairDetail?repairId=${notepad.thridId}`)
}, },
handleSuccess() { handleSuccess() {
this._listNotepads(this.currentPage, this.pageSize) this._listNotepads(this.currentPage, this.pageSize)