@@ -108,6 +108,8 @@ export default {
isshow (newValue, oldValue) {
if (newValue) {
this.form.resetFields()
+ // 获取方案列表数据
+ this.getPlanList()
// 默认方案回显
this.pageInit()
} else {