USER-20230908AJ\Administrator 1 ano atrás
pai
commit
70bd43582b
1 arquivos alterados com 9 adições e 1 exclusões
  1. 9 1
      page_task/task_details/module/send_chat.vue

+ 9 - 1
page_task/task_details/module/send_chat.vue

@@ -37,7 +37,7 @@
 				</view>
 			</view>
 		</view>
-		<EnButton v-if="is_button"></EnButton>
+		<EnButton v-if="is_button"  @click.stop=""></EnButton>
     <uni-popup ref="popup" type="bottom">
       <view class="popup-block">
         <view class="popup-row" @click="uploadingFile(1)">拍照</view>
@@ -72,6 +72,14 @@
         },
       }
 		},
+    watch: {
+      'msgData':{
+        handler() {
+          this.$emit('input',this.msgData)
+        },
+        deep: true
+      }
+    },
 		methods: {
       delFile(fileIndex){
         this.msgData.file_list.splice(fileIndex, 1)