liyongli 3 年之前
父节点
当前提交
e923934138
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      src/views/Apply.vue

+ 0 - 9
src/views/Apply.vue

@@ -94,8 +94,6 @@ export default {
 
       goodsLi: [],
       tagList: [],
-
-      nextSearch: {},
     };
   },
   mounted() {
@@ -142,12 +140,6 @@ export default {
       return options;
     },
     onSubmit() {
-      this.nextSearch = {
-        userName: this.username,
-        userPhone: this.userphone,
-        goodsId: this.radio,
-        orderTime: this.date + ":00",
-      };
       apply({
         userName: this.username,
         userPhone: this.userphone,
@@ -156,7 +148,6 @@ export default {
       }).then(() => {
         this.$router.push({
           name: "Appointment",
-          query: { phone: this.nextSearch.userphone },
         });
       });
     },