已结算数据修改从结算记录查询

This commit is contained in:
syruan 2025-09-25 17:52:20 +08:00
parent 5e198ae259
commit 3592bba376
1 changed files with 7 additions and 3 deletions

View File

@ -473,7 +473,6 @@ export default {
}
const res = await getProjectList(params)
this.proList = res.data;
this.getAgreementInfo()
},
proChange(val){
@ -505,7 +504,7 @@ export default {
/** 查询列表 */
getList() {
this.loading = true
this.loading = true
getSltReportedList(this.queryParams).then((response) => {
this.tableList = response.rows
this.total = response.total
@ -614,7 +613,12 @@ export default {
try {
// 使
const requestData = [row];
let requestData = [row];
//
requestData[0].enableQuerySltData = true;
console.log(requestData);
const response = await getSltInfo(requestData);