소스 검색

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

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