bufix order timezone
This commit is contained in:
		@@ -398,6 +398,14 @@ export default {
 | 
			
		||||
            };
 | 
			
		||||
          }
 | 
			
		||||
 | 
			
		||||
          // Object.getOwnPropertyNames(this.dataForm).forEach((prop) => {
 | 
			
		||||
          //   if (/.*?Time/.test(prop)) {
 | 
			
		||||
          //     console.log("HTTP prop", prop, this.dataForm[prop]);
 | 
			
		||||
          //   }
 | 
			
		||||
          // });
 | 
			
		||||
 | 
			
		||||
          // return;
 | 
			
		||||
 | 
			
		||||
          /** 发送 */
 | 
			
		||||
          return this.$http({
 | 
			
		||||
            url: this.urls.base,
 | 
			
		||||
 
 | 
			
		||||
@@ -267,6 +267,7 @@ export default function () {
 | 
			
		||||
                elparams: {
 | 
			
		||||
                  placeholder: "选择计划开始时间",
 | 
			
		||||
                  type: "datetime",
 | 
			
		||||
                  'value-format': 'yyyy-MM-ddTHH:mm:ss'
 | 
			
		||||
                },
 | 
			
		||||
              },
 | 
			
		||||
            ],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user