Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
super_liu
2022-04-14 17:42:15 +08:00
52 changed files with 6157 additions and 2802 deletions
@@ -1038,6 +1038,7 @@ export default {
}*/
this.sarAccessInfo = formData
this.sarAccessInfo.page = 1
this.drawerPage = 1
this.showQueryMore = false
this.seniorQueryFlag = true
this.selectLawsStands(1)
@@ -1106,6 +1107,7 @@ export default {
this.seniorQueryFlag = false
this.showTableFlag = false
this.sarAccessInfo.page = 1
this.drawerPage = 1
this.selectLawsStands()
},
// 点击清空查询条件 按钮事件
@@ -486,7 +486,7 @@
:key="opt.value"
:value="opt.value === undefined ? '' :opt.value" :label="opt.label"
>
{{ opt.label }}|
{{ opt.label }}
</el-option>
</el-select>
</el-form-item>