408249787@qq.com 1 semana atrás
pai
commit
719e406516

+ 1 - 0
src/views/check/checkstandard/CheckStandard.vue

@@ -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)
       })
     },

+ 2 - 0
src/views/check/checkstandard/modules/BaseForm.vue

@@ -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