@@ -393,6 +393,7 @@ export default {
handleEdit(record) {
fetchCheckStandard({ id: record.id }).then((res) => {
const modal = this.$refs.baseModal
+ res.data.sbNo = record.sbNo
modal.base(res.data)
})
},
@@ -494,6 +494,8 @@ export default {
this.modalTitle = '添加'
this.data = []
this.cacheData = []
+ this.sbType = null
+ this.requirementList = []
this.currentCheckUserType = null
if (sbId != null) {
this.sbId = sbId