update 稽查流程完善

This commit is contained in:
danshihao
2024-01-07 12:03:05 +08:00
parent 25451fd6c0
commit 34f4afc43d
@@ -153,7 +153,8 @@ export default {
}
},
methods: {
show (record) {
show (record, index) {
this.index = index
const data = record.enterpriseStandardInspectRectifyPlanList || []
this.dataSource = JSON.parse(JSON.stringify(data))
this.model = Object.assign({}, record)