1.1.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user