408249787 2 år sedan
förälder
incheckning
6d47220ffa
1 ändrade filer med 2 tillägg och 1 borttagningar
  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)
     },