|
@@ -146,9 +146,9 @@ const handleSubmit = () => {
|
|
|
otherParams: JSON.stringify(parameList.value)
|
|
|
}
|
|
|
console.log('data', data)
|
|
|
- // amplifyApi(data).then(res => {
|
|
|
- // console.log(res)
|
|
|
- // })
|
|
|
+ amplifyApi(data).then(res => {
|
|
|
+ console.log(res)
|
|
|
+ })
|
|
|
}
|
|
|
let items: ProForm.ItemsOptions[] = reactive([
|
|
|
{
|