no message
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -139,7 +139,7 @@ const data = reactive({ | ... | @@ -139,7 +139,7 @@ const data = reactive({ |
| 139 | adName: [{ required: true, message: "广告名称不能为空", trigger: "blur" }] | 139 | adName: [{ required: true, message: "广告名称不能为空", trigger: "blur" }] |
| 140 | } | 140 | } |
| 141 | ] | 141 | ] |
| 142 | }) | 142 | }); |
| 143 | 143 | ||
| 144 | const { status, queryParams, total, list, showForm, rules } = toRefs(data) | 144 | const { status, queryParams, total, list, showForm, rules } = toRefs(data) |
| 145 | 145 | ... | ... |
-
Please register or sign in to post a comment