liuyifan vor 5 Jahren
Ursprung
Commit
a57b2de42b

+ 1 - 0
CallCenterWeb.UI/src/views/commodityManagement/commodityType/components/addOrEdit.vue

@@ -124,6 +124,7 @@ export default {
124 124
           const res = response.data[0]
125 125
           this.ruleForm.ClassName = res.text //分类名称
126 126
           this.ruleForm.ClassShortName = res.code //分类简写
127
+          this.ruleForm.sort = res.iconcls //分类简写
127 128
         }
128 129
       })
129 130
     },