5664de62 by chentao

no message

1 parent a6d439e5
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!