Browse Source

修改

dev_kxc
xzt 1 year ago
parent
commit
12e769a521
  1. 10
      jwtech-admin-page/src/views/evaluationEarlyWarning/projectBrief/options/index.vue

10
jwtech-admin-page/src/views/evaluationEarlyWarning/projectBrief/options/index.vue

@ -251,7 +251,10 @@ export default {
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
ids: null, ids: null,
data: {}, data: {
startDate: "2024-01-01",
endDate: "2024-04-01",
},
// //
params: { params: {
// //
@ -312,10 +315,7 @@ export default {
/** 查询项目基本信息管理列表 */ /** 查询项目基本信息管理列表 */
getList() { getList() {
this.loading = true; this.loading = true;
listById({ listById(this.queryParams).then((res) => {
startDate: "2024-01-01",
endDate: "2024-04-01",
}).then((res) => {
console.log(1111, res); console.log(1111, res);
}); });
this.loading = false; this.loading = false;

Loading…
Cancel
Save