提交 4eca4dd4 编写于 作者: tony001's avatar tony001

调整面板内容

上级 b2166091
......@@ -207,19 +207,6 @@ import CodeListService from "@service/app/codelist-service";
return this.parentRef.remove(datas);
}
}
/**
* 刷新
*
* @param {*} [opt={}]
* @memberof Main
*/
public refresh(opt: any = {}) {
if (this.parentRef.refresh && this.parentRef.refresh instanceof Function) {
this.parentRef.refresh(opt);
}
}
/**
* 设置变更面板编辑项的值
......
......@@ -22,9 +22,6 @@ export default {
local:{
new: "New"
},
local:{
new: 'New'
},
gridpage: {
choicecolumns: "Choice columns",
refresh: "refresh",
......
......@@ -22,9 +22,6 @@ export default {
local:{
new: "新建"
},
local:{
new: '新建'
},
gridpage: {
choicecolumns: "选择列",
refresh: "刷新",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册