From 7f87288d1473310e60a84530b4900a3039341122 Mon Sep 17 00:00:00 2001
From: zhouxueli <2841188632@qq.com>
Date: Wed, 23 Aug 2023 17:14:58 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=92=AE=E9=98=B2=E9=87=8D=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/commonBtn.vue | 5 +++++
src/components/twoBtnCommon.vue | 5 +++++
src/views/index/reporting.vue | 4 ++--
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/src/components/commonBtn.vue b/src/components/commonBtn.vue
index 72cbedea..23fefad3 100644
--- a/src/components/commonBtn.vue
+++ b/src/components/commonBtn.vue
@@ -9,6 +9,11 @@ import {myMixins} from "@/utils/myMixins"
export default {
name: "commonBtn",
mixins:[myMixins],
+ data(){
+ return{
+ noClick:true
+ }
+ },
props: {
title: {
type: String,
diff --git a/src/components/twoBtnCommon.vue b/src/components/twoBtnCommon.vue
index 2e8d3324..6af1e570 100644
--- a/src/components/twoBtnCommon.vue
+++ b/src/components/twoBtnCommon.vue
@@ -10,6 +10,11 @@ import {myMixins} from "@/utils/myMixins"
export default {
name: "twoBtnCommon",
mixins:[myMixins],
+ data(){
+ return{
+ noClick:true
+ }
+ },
props:{
title1:{
type:String,
diff --git a/src/views/index/reporting.vue b/src/views/index/reporting.vue
index 7a9f003f..85fd69c0 100644
--- a/src/views/index/reporting.vue
+++ b/src/views/index/reporting.vue
@@ -37,7 +37,7 @@
-
+
@@ -57,7 +57,6 @@ export default {
queryType:'',
userOrderId:'',
orderCode:'',
- noClick:true,
}
},
mounted() {
@@ -82,6 +81,7 @@ export default {
this.radio=e
},
async goReporting(){
+ console.log("1111")
if(this.isRadio || this.isTxt){
let result = await orderReporting({
queryType:this.queryType,