diff --git a/src/views/report/reportIndex.vue b/src/views/report/reportIndex.vue
index fdefbd0f..e7147bc6 100644
--- a/src/views/report/reportIndex.vue
+++ b/src/views/report/reportIndex.vue
@@ -97,10 +97,11 @@
补充报备内容
-
+
+
+
+
+
@@ -193,7 +194,6 @@
},
async saveHandler() {
if( this.clickFlag ) {
- this.clickFlag = false;
let data = {
source: Number(this.type),
reportContent: this.remark,
@@ -226,6 +226,7 @@
Toast('备注内容不能为空')
return
}
+ this.clickFlag = false;
try {
await newOrderReporting(data)
Dialog.alert({
@@ -499,6 +500,8 @@
border-radius: 6px;
min-height: 95px;
border: 1px solid #E2EAF6;
+ padding: 10px;
+ font-size: 13px;
}
}
}