浏览代码

Merge branch 'moss_dev' into develop

* moss_dev:
  no message
Moss 1 年之前
父节点
当前提交
3c046cbfcb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,