@@ -561,7 +561,7 @@
let _res = res || [];
this.demandTypeList = _res.filter(
- (f) => f.dictCode == 1 || f.dictCode == 6
+ (f) => f.dictCode == 1 || f.dictCode == 6 || f.dictCode == 7
);
@@ -30,7 +30,7 @@
</el-card>
<div class="btns">
- <el-button type="primary" size="small" @click="selected">选择1</el-button>
+ <el-button type="primary" size="small" @click="selected">选择</el-button>
<el-button size="small" @click="handleClose">关闭</el-button>
</div>
</el-dialog>