diff --git a/project/sanjianxi/apps/AppTvMsg/AppTvMsg.vue b/project/sanjianxi/apps/AppTvMsg/AppTvMsg.vue
index 37904401..40318107 100644
--- a/project/sanjianxi/apps/AppTvMsg/AppTvMsg.vue
+++ b/project/sanjianxi/apps/AppTvMsg/AppTvMsg.vue
@@ -16,7 +16,7 @@
:col-configs="colConfigs" :dict="dict" @selection-change="v=>search.ids=v.map(e=>e.id).toString()">
- 核酸监测
+ 核酸监测通知
主动报备提醒
@@ -32,13 +32,13 @@
-
+
-
-
+
+
-
+
@@ -88,15 +88,18 @@ export default {
rules: {
type: {required: true, message: "请选择推送分类"},
msgContent: {required: true, message: "请输入消息内容"},
- msgTime: {required: true, message: "请选择日期"},
+ msgTime: {required: true, message: "请选择时间"},
msgPlace: {required: true, message: "请输入地点"},
msgBtnText: {required: true, message: "请输入按钮标题"},
},
- typeList: [{dictName: '核酸监测', dictValue: '15' }, {dictName: '主动报备提醒', dictValue: '10' }],
+ typeList: [{dictName: '核酸监测通知', dictValue: '15' }, {dictName: '主动报备提醒', dictValue: '10' }],
search: {ids: [], type: ''}
}
},
methods: {
+ changeType() {
+ this.$refs['DialogForm'].clearValidate()
+ },
getTableData() {
this.instance.post("/app/appiptvjpush/list", null, {
params: {...this.page, ...this.search}