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

update:更新

上级 4a8a8a83
...@@ -952,7 +952,7 @@ import CodeListService from "@/codelist/codelist-service"; ...@@ -952,7 +952,7 @@ import CodeListService from "@/codelist/codelist-service";
dataInfo = dataInfo + '...' + ' ' + (this.$t('app.dataView.sum') as string) + _datas.length + (this.$t('app.dataView.data') as string); dataInfo = dataInfo + '...' + ' ' + (this.$t('app.dataView.sum') as string) + _datas.length + (this.$t('app.dataView.data') as string);
} }
const removeData = () => { const removeData = async () => {
let keys: any[] = []; let keys: any[] = [];
_datas.forEach((data: any) => { _datas.forEach((data: any) => {
keys.push(data.srfkey); keys.push(data.srfkey);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册