fangq 4 rokov pred
rodič
commit
a0d516d558
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/views/system/login-test.vue

+ 1 - 1
src/views/system/login-test.vue

@@ -59,7 +59,7 @@
           });
         },
         test3(){
-          testNotice("123").then(res => {
+          testNotice(this.form.account).then(res => {
             console.log('testNotice-test3');
             const data = res.data.data;
             if (res.data.code == 200){