Browse Source

fix:replace to go 传参清理

magic v 4 years ago
parent
commit
3f8d361dd2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/pages/FormVolume/mixins/index.js

+ 3 - 0
src/pages/FormVolume/mixins/index.js

@@ -227,6 +227,9 @@ export default {
           flag: this.data.topic.flag,
           data: JSON.stringify(result)
         }
+        delete query.replace
+        delete query.to
+        delete query.go
         await api.apiPostVolumeInfo(query)
         this.btnOpenSuccess(() => this.btnLinkBack())
       } catch (error) {