|
@@ -393,6 +393,7 @@ export default {
|
|
|
handleEdit(record) {
|
|
handleEdit(record) {
|
|
|
fetchCheckStandard({ id: record.id }).then((res) => {
|
|
fetchCheckStandard({ id: record.id }).then((res) => {
|
|
|
const modal = this.$refs.baseModal
|
|
const modal = this.$refs.baseModal
|
|
|
|
|
+ res.data.sbNo = record.sbNo
|
|
|
modal.base(res.data)
|
|
modal.base(res.data)
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|