@@ -3216,7 +3216,7 @@ export default {
}
});
- await listYuAn().then((res) => {
+ await listYuAn({}).then((res) => {
//关联预案
if (res.code == 200) {
that.guanLianYuAnList = res.data;