Browse Source

no message

linwenxin 1 năm trước cách đây
mục cha
commit
09f3760d98
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/views/setting/notification/announcement/index.vue

+ 6 - 0
src/views/setting/notification/announcement/index.vue

@@ -83,6 +83,7 @@ export default {
 				title: "",
 				files: [],
 				adminWebsitIds: [],
+				adminNickName: "",
 				workerIds: [],
 				content: "",
 			},
@@ -144,6 +145,11 @@ export default {
 					label: '选择商户',
 					prop: 'adminWebsitIds',
 					rules: [...required]
+				},
+				events: {
+					change: (val) => {
+						this.formData.adminNickName = this.websitList.find(item => item.adminUserId === val)?.companyName||""
+					}
 				}
 			},
 			{