lrf402788946 4 سال پیش
والد
کامیت
3e67d9f92d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/adminCenter/ticket/flow.vue

+ 1 - 1
src/views/adminCenter/ticket/flow.vue

@@ -41,7 +41,7 @@ export default {
   methods: {
     ...ticket(['record']),
     async search() {
-      const res = await this.record(this.id);
+      const res = await this.record({ ticket_id: this.id });
       if (this.$checkRes(res)) {
         this.$set(this, `list`, res.data);
       }