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

des
吕天方 5 months ago
parent e07a6032a1
commit fc02fcd99c

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

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

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

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

Loading…
Cancel
Save