Browse Source

Merge branch 'master' of http://192.168.4.246:3000/zhangs/surveyMaker

zhangwf 5 năm trước cách đây
mục cha
commit
bd8bb3d2cb
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      src/components/HeaderEdit.vue

+ 3 - 2
src/components/HeaderEdit.vue

@@ -140,9 +140,10 @@ export default {
         .then(({ value }) => {
           let param = {
             id: this.shareModel.id,
-            title: value
+            title: value,
+            updator: "admin"
           };
-          api.saveTheme(this.shareModel).then(res => {
+          api.saveTheme(param).then(res => {
             if (res.success) {
               this.$message.success("保存成功");
               this.title = value;