|
@@ -156,6 +156,7 @@ export default defineComponent({
|
|
|
formInfo.value.validate((valid) => {
|
|
|
if (valid) {
|
|
|
if (props.dialogTitle === '新增') {
|
|
|
+ console.log(form.value)
|
|
|
api.platformAreaAdd(form.value).then((requset) => {
|
|
|
if (requset.status === 'SUCCESS') {
|
|
|
ElMessage.success({
|