|
|
|
@ -228,7 +228,7 @@ export default {
|
|
|
|
|
checkPermi,
|
|
|
|
|
checkRole,
|
|
|
|
|
loadData() {
|
|
|
|
|
console.log('Loading data for project ID:', this.projectId);
|
|
|
|
|
// console.log('Loading data for project ID:', this.projectId);
|
|
|
|
|
this.loading = true; // 添加加载状态
|
|
|
|
|
getBasicInformationById(this.projectId).then(response => {
|
|
|
|
|
const data = response.data;
|
|
|
|
@ -240,7 +240,7 @@ export default {
|
|
|
|
|
this.projectRemarks = data.projectRemarks;
|
|
|
|
|
|
|
|
|
|
// 确保数据已加载
|
|
|
|
|
console.log('Loaded qyrzInformation111111111111:', this.qyrzInformation);
|
|
|
|
|
// console.log('Loaded qyrzInformation111111111111:', this.qyrzInformation);
|
|
|
|
|
}).finally(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
});
|
|
|
|
|