Explorar el Código

编辑标题传参

曹冬冬 hace 5 años
padre
commit
b2fe3488b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/HeaderEdit.vue

+ 1 - 1
src/components/HeaderEdit.vue

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