智能提醒返回体修改、服务业发展报告修改bug

des
吕天方 5 months ago
parent e07a6032a1
commit fc02fcd99c

@ -1,6 +1,6 @@
{ {
"name": "ruoyi", "name": "ruoyi",
"version": "1.0.202408021508", "version": "1.0.202408021554",
"description": "金鸡湖现代服务业品牌管理系统", "description": "金鸡湖现代服务业品牌管理系统",
"author": "若依", "author": "若依",
"license": "MIT", "license": "MIT",

@ -186,7 +186,8 @@ export default {
} else if (type == '保存') { } else if (type == '保存') {
templateMetricsAdd(this.addFrom).then(res=>{ templateMetricsAdd(this.addFrom).then(res=>{
if(res.code == 200) { if(res.code == 200) {
this.$refs.importFrom.resetFields(); // this.$refs.importFrom.resetFields();
this.getEditinfo();
this.$message({ this.$message({
type: "success", type: "success",
message: "新增成功!", message: "新增成功!",
@ -266,7 +267,9 @@ export default {
}, },
getEditinfo(){ getEditinfo(){
getId().then(res=>{ getId().then(res=>{
this.addFrom = res.data if(res.data) {
this.addFrom = res.data
}
}) })
}, },
// //

@ -99,7 +99,7 @@ export default {
this.$nextTick(()=>{ this.$nextTick(()=>{
const toolbar = DomEditor.getToolbar(editor) const toolbar = DomEditor.getToolbar(editor)
const curToolbarConfig = toolbar.getConfig() const curToolbarConfig = toolbar.getConfig()
console.log( curToolbarConfig.toolbarKeys ) // // console.log( curToolbarConfig.toolbarKeys ) //
}) })
}, },
onChange(editor){ onChange(editor){

@ -175,7 +175,7 @@ export default {
getList() { getList() {
this.loading = true; this.loading = true;
chiefAll({projectId:this.id}).then(res=>{ chiefAll({projectId:this.id}).then(res=>{
this.remindList = res.data; this.remindList = res.data.records;
this.loading = false; this.loading = false;
}) })
}, },

Loading…
Cancel
Save