Explorar o código

前:资质配置字典设置问题

MAC %!s(int64=5) %!d(string=hai) anos
pai
achega
b88ae33ffe

+ 6 - 5
src/dashoo.cn/frontend_web/src/pages/setting/qcdSettings.vue

@@ -463,12 +463,13 @@ export default {
         });
     },
     edit(row){
-        this.editId=row.Id//记录将更新的id
-        this.editshow=true//显示界面
-        this.editForm.EditName=row.Name//反显名称
-        this.editForm.EditCategorycode=row.Categorycode//返现类别名称根据value值
-        this.editForm.EditCode=row.Code//返现类别名称根据value值
+      this.editId=row.Id//记录将更新的id
+      this.editshow=true//显示界面
+      this.editForm.EditName=row.Name//反显名称
+      this.editForm.EditCategorycode=row.Categorycode//返现类别名称根据value值
+      this.editForm.EditCode=row.Code//返现类别名称根据value值
       this.editForm.SortCode=row.SortCode
+      this.editForm.IsManuf = row.IsManuf
     },
     EditSubmit(){
         this.$refs["EditFormref"].validate(valid => {