@@ -176,7 +176,9 @@ export default {
isShow: true,
name: 'el-select',
options: this.websitSelectList.map(item => ({ label: item.name, value: item.websitId })),
- attributes: {},
+ attributes: {
+ disabled: this.formDialogType == 2
+ },
formItemAttributes: {
label: '网点名称',
prop: 'websitId',