ソースを参照

'202203091133'

fanghuisheng 3 年 前
コミット
afc58e90dc
1 ファイル変更1 行追加0 行削除
  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({