提交 422e1871 编写于 作者: chendeli's avatar chendeli

注释原有是否启用单选

上级 5fe3339b
......@@ -793,14 +793,14 @@ export default {
},
// 选择是否启用状态
selectIsOpenStatus(index) {
const status = vm.componentList.moduleModelList[index].status;
if(status == 1){
vm.componentList.moduleModelList[index].openFlag = 1;
vm.componentList.moduleModelList[index].openDisabled = true;
}else{
vm.componentList.moduleModelList[index].openDisabled = false;
}
vm.$forceUpdate();
//const status = vm.componentList.moduleModelList[index].status;
// if(status == 1){
// vm.componentList.moduleModelList[index].openFlag = 1;
// vm.componentList.moduleModelList[index].openDisabled = true;
// }else{
// vm.componentList.moduleModelList[index].openDisabled = false;
// }
// vm.$forceUpdate();
},
// 模块是否对外开放
selectIsOpen(index) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册