|
@@ -1379,9 +1379,9 @@ export default {
|
|
this.updateChartPercentData(this.kenList[0]);
|
|
this.updateChartPercentData(this.kenList[0]);
|
|
}
|
|
}
|
|
});
|
|
});
|
|
- GET_Rbq().then((res) => {
|
|
|
|
|
|
+ /* GET_Rbq().then((res) => {
|
|
console.log(res);
|
|
console.log(res);
|
|
- });
|
|
|
|
|
|
+ }); */
|
|
/* 获取文档数量 */
|
|
/* 获取文档数量 */
|
|
searchlistDoc({ page: 1, pageSize: 9999 }).then((res) => {
|
|
searchlistDoc({ page: 1, pageSize: 9999 }).then((res) => {
|
|
this.docTotal = res.data.dataList.length;
|
|
this.docTotal = res.data.dataList.length;
|