4
0
Переглянути джерело

样本来源 查询重置 无法清空日期的bug修改

gongyb 4 роки тому
батько
коміт
1034531b5c

+ 2 - 0
src/dashoo.cn/frontend_animal/src/pages/samples/archived/index.vue

@@ -1017,6 +1017,8 @@ export default {
       this.Name = ''
       this.CreateBy = ''
       this.CreateOn = []
+      this.StartDate = ''
+      this.EndDate = ''
       this.SampleType = ''
       this.STNoteField = ''
       this.Stnotevalue = ''

+ 2 - 0
src/dashoo.cn/frontend_animal/src/pages/samples/prerecorded/index.vue

@@ -1195,6 +1195,8 @@
         this.SourceName = ''
         this.InnerCode = ''
         this.Name = ''
+        this.StartDate = ''
+        this.EndDate = ''
         this.CreateBy = ''
         this.CreateOn = []
         this.SampleType = ''

+ 2 - 2
src/dashoo.cn/frontend_animal/src/pages/samples/stored/index.vue

@@ -1307,8 +1307,8 @@
         this.Name = ''
         this.CreateBy = ''
         this.CreateOn = []
-        this.StartDate = []
-        this.EndDate = []
+        this.StartDate = ''
+        this.EndDate = ''
         this.SampleType = ''
         this.STNoteField = ''
         this.Stnotevalue = ''

+ 2 - 0
src/dashoo.cn/frontend_animal/src/pages/samples/waitingstore/index.vue

@@ -1017,6 +1017,8 @@
         this.Name = ''
         this.CreateBy = ''
         this.CreateOn = []
+        this.StartDate = ''
+        this.EndDate = ''
         this.SampleType = ''
         this.STNoteField = ''
         this.Stnotevalue = ''