提交 d10cf154 编写于 作者: Mosher's avatar Mosher

更新看板视图逻辑 --- fix2

上级 d005eeba
......@@ -437,7 +437,7 @@ draggable,
* @param {boolean} [isReset=false] 是否重置items
* @memberof ${srfclassname('${ctrl.codeName}')}Base
*/
public async load(opt: any = {}, isReset: boolean = false): void {
public async load(opt: any = {}, isReset: boolean = false) {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '${view.getName()}' + (this.$t('app.kanban.notConfig.fetchAction') as string) });
return;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册