2
3
فهرست منبع

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

MAC 5 سال پیش
والد
کامیت
b88ae33ffe
1فایلهای تغییر یافته به همراه6 افزوده شده و 5 حذف شده
  1. 6 5
      src/dashoo.cn/frontend_web/src/pages/setting/qcdSettings.vue

+ 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 => {