Explorar el Código

'202203091133'

fanghuisheng hace 3 años
padre
commit
afc58e90dc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/stationManage/dialogComponent.vue

+ 1 - 0
src/views/stationManage/dialogComponent.vue

@@ -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({