Browse Source

Merge branch 'moss_dev' into develop

* moss_dev:
  no message
Moss 1 year ago
parent
commit
3c046cbfcb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/mallManagement/configCenter/serviceProduct/index.vue

+ 1 - 1
src/views/mallManagement/configCenter/serviceProduct/index.vue

@@ -382,7 +382,7 @@ export default {
       this.$refs.addChildForm.validate((valid) => {
       this.$refs.addChildForm.validate((valid) => {
         if (valid) {
         if (valid) {
           let params = {}
           let params = {}
-          if(this.addChildFormType == 'edit') {
+          if(this.addChildFormType == 'edit2') {
             params = {
             params = {
               type: 2,
               type: 2,
               categoryId: this.editChildId,
               categoryId: this.editChildId,