daiqisheng 3 år sedan
förälder
incheckning
f80d1f1113

+ 1 - 2
src/pages/main/performance/components/form.vue

@@ -2,7 +2,7 @@
  * @Author       : yuanrunwei
  * @Date         : 2021-11-01 18:03:02
  * @LastEditors: daiqisheng
- * @LastEditTime: 2022-04-17 15:27:38
+ * @LastEditTime: 2022-04-19 13:59:04
  * @FilePath     : \spfm-market-front\src\pages\main\performance\components\form.vue
 -->
 <template>
@@ -235,7 +235,6 @@ export default {
   //   },
   // },
   created() {
-    console.log("我是修改过的");
     this.form.forEach((el) => {
       if (el.default) {
         // this.object[el.props] = el.default;

+ 2 - 2
src/pages/main/performance/mould.vue

@@ -66,7 +66,7 @@
           <el-date-picker
             v-model="issue_form.endTime"
             type="datetime"
-            format="yyyy-MM-dd HH:00:00"
+            format="yyyy-MM-dd HH:mm:ss"
           >
           </el-date-picker>
         </el-form-item>
@@ -346,7 +346,7 @@ export default {
               ...this.issue_form,
               endTime: this.$formatDate(
                 this.issue_form.endTime,
-                "YYYY-MM-DD HH:00:00"
+                "YYYY-MM-DD HH:mm:ss"
               ),
               templateId: this.issue_id,
             };