Browse Source

签到管理 内容配置 修复不可修改时间bug

DESKTOP-O04BTUJ\muzen 2 năm trước cách đây
mục cha
commit
034bfa0eb5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/views/registration/content/detail.vue

+ 0 - 1
src/views/registration/content/detail.vue

@@ -212,7 +212,6 @@ export default {
     getSubmit() {
       this.$refs.form.validate((valid) => {
         if (valid) {
-          delete this.form.date
           if (this.form.id) {
             edit(this.form).then(res => {
               if (res.code === 0) {