This commit is contained in:
2026-08-18 14:46:36 +08:00
parent 9e94385dfc
commit a084fe1fd4
13 changed files with 647 additions and 235 deletions
+7
View File
@@ -57,6 +57,13 @@ export default {
recordData: {}
}
},
onLoad(options) {
// 从台账详情跳转:携带数字识别码,自动查询
if (options && options.code) {
this.form.code = decodeURIComponent(options.code)
this.handleQuery()
}
},
computed: {
canUndo() {
return this.recordData.list && this.recordData.list.length && this.form.reason