|
@@ -394,7 +394,7 @@ export default {
|
|
this.getTreeselect();
|
|
this.getTreeselect();
|
|
this.value = 999;
|
|
this.value = 999;
|
|
this.open = true;
|
|
this.open = true;
|
|
- this.title = "添加文章管理";
|
|
|
|
|
|
+ this.title = "添加文章";
|
|
this.form.columnId = this.queryParams.columnId;
|
|
this.form.columnId = this.queryParams.columnId;
|
|
},
|
|
},
|
|
/** 修改按钮操作 */
|
|
/** 修改按钮操作 */
|
|
@@ -406,7 +406,7 @@ export default {
|
|
this.form = response.data;
|
|
this.form = response.data;
|
|
this.value = this.form.sort
|
|
this.value = this.form.sort
|
|
this.open = true;
|
|
this.open = true;
|
|
- this.title = "修改文章管理";
|
|
|
|
|
|
+ this.title = "修改文章";
|
|
});
|
|
});
|
|
},
|
|
},
|
|
/** 提交按钮 */
|
|
/** 提交按钮 */
|