xuhongjie
严飞永 2 weeks ago
parent b7dcb89468
commit 3dde55e88e

@ -139,7 +139,7 @@ export default {
}
},
created() {
console.log('wysmxInfo 内容:', this.wysmxInfo); //
// console.log('wysmxInfo :', this.wysmxInfo); //
}
};
</script>

@ -41,7 +41,7 @@
</div>
</div>
<div class="descriptionsdivtwo">
<spanmanage :xmId=this.id></spanmanage>
<spanmanage :xmId=this.id :action="action"></spanmanage>
</div>
</div>
</div>
@ -65,6 +65,10 @@ export default {
id: {
type: Number,
default: 0
},
action: {
type: String,
required: true
}
},
data() {

@ -226,7 +226,7 @@ export default {
// console.log(':', JSON.stringify(params, null, 2));
getBasicInformationPage(params).then((response) => {
console.log('API响应:', response);
// console.log('API:', response);
this.postList = response.data.records;
this.total = response.data.total;
this.loading = false;

@ -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;
});

Loading…
Cancel
Save