408249787 2 years ago
parent
commit
6d47220ffa
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/sb/info/modules/BaseFormLocation.vue

+ 2 - 1
src/views/sb/info/modules/BaseFormLocation.vue

@@ -155,7 +155,8 @@ export default {
         return param
         return param
       })
       })
       batchChanges({ sbChangeRecordDTOList: params }).then(res => {
       batchChanges({ sbChangeRecordDTOList: params }).then(res => {
-        console.log(res)
+        this.$message.success('修改完成!')
+        this.handleCancel()
       })
       })
       console.log(params)
       console.log(params)
     },
     },