Browse Source

no message

Moss 1 year ago
parent
commit
2e2a33b1ad
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) => {
         if (valid) {
           let params = {}
-          if(this.addChildFormType == 'edit') {
+          if(this.addChildFormType == 'edit2') {
             params = {
               type: 2,
               categoryId: this.editChildId,