From 39ddb6cdeefad6489e79cd49dfa94fdaf359dcdc Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期一, 20 五月 2024 16:57:10 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit --- admin/src/components/business/OperaInternalCompanyWindow.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/src/components/business/OperaInternalCompanyWindow.vue b/admin/src/components/business/OperaInternalCompanyWindow.vue index 5b0d8e1..89d1a18 100644 --- a/admin/src/components/business/OperaInternalCompanyWindow.vue +++ b/admin/src/components/business/OperaInternalCompanyWindow.vue @@ -16,7 +16,7 @@ <el-input v-model="form.name" placeholder="璇疯緭鍏ョ粍缁囧悕绉�" v-trim/> </el-form-item> <el-form-item label="缁勭粐绫诲瀷" prop="type"> - <el-radio-group v-model="form.type" :disabled="form.parentType ==0"> + <el-radio-group v-model="form.type" :disabled="form.parentType == 0"> <el-radio :label="0">鐩稿叧鏂圭粍缁�</el-radio> <el-radio :label="1">鍐呴儴缁勭粐</el-radio> </el-radio-group> @@ -79,7 +79,7 @@ parentId: null, disable: false, parentName: '', - parentType:0 + parentType:null } if (target != null) { this.form.parentId = target.id -- Gitblit v1.9.3