曹冬冬 5 lat temu
rodzic
commit
3fb061001c
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/components/HeaderEdit.vue

+ 2 - 1
src/components/HeaderEdit.vue

@@ -140,7 +140,8 @@ export default {
         .then(({ value }) => {
           let param = {
             id: this.shareModel.id,
-            title: value
+            title: value,
+            updator: "admin"
           };
           api.saveTheme(this.shareModel).then(res => {
             if (res.success) {