diff --git a/src/components/follow/PhoneFollowList.vue b/src/components/follow/PhoneFollowList.vue
index a755205..3850e56 100644
--- a/src/components/follow/PhoneFollowList.vue
+++ b/src/components/follow/PhoneFollowList.vue
@@ -120,7 +120,7 @@ export default {
patientRegisterNo: '',
patientNo: '',
keyWord:'',
- isComplete: 'Y',
+ isComplete: '',
},
tableData: [],
@@ -148,6 +148,7 @@ export default {
...mapState(["pickerOptions","window", "dict"]),
},
methods: {
+ moment,
//获取初始数据
dictInit() {
let today = moment(new Date()).format("YYYY-MM-DD")
diff --git a/src/components/follow/SmsSendList.vue b/src/components/follow/SmsSendList.vue
index ef5c1e1..bcc4b85 100644
--- a/src/components/follow/SmsSendList.vue
+++ b/src/components/follow/SmsSendList.vue
@@ -68,7 +68,7 @@
-
+
@@ -120,7 +120,7 @@ export default {
patientRegisterNo: '',
patientNo: '',
keyWord:'',
- isComplete: 'Y',
+ isComplete: '',
},
tableData: [],
@@ -148,6 +148,7 @@ export default {
...mapState(["pickerOptions","window", "dict"]),
},
methods: {
+ moment,
//获取初始数据
dictInit() {
let today = moment(new Date()).format("YYYY-MM-DD")