408249787 2 년 전
부모
커밋
6d47220ffa
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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
       })
       batchChanges({ sbChangeRecordDTOList: params }).then(res => {
-        console.log(res)
+        this.$message.success('修改完成!')
+        this.handleCancel()
       })
       console.log(params)
     },