工程合并

This commit is contained in:
bb_pan 2025-09-23 12:09:06 +08:00
parent 67ec45b7ea
commit 6c36d1646b
2 changed files with 33 additions and 18 deletions

View File

@ -0,0 +1,15 @@
<template>
<div class="app-container">工程合并</div>
</template>
<script>
export default {
data() {
return {}
},
created() {},
methods: {}
}
</script>
<style lang="scss" scoped></style>

View File

@ -392,24 +392,24 @@ export default {
this.projectInfoList() this.projectInfoList()
} }
}, },
// watch: { watch: {
// 'maForm.teamId'(newVal) { 'maForm.teamId'(newVal) {
// console.log("kkkkkkkkkkkkkkkkkkkk",newVal) console.log('🚀 ~ maForm.teamId:', newVal)
// if (newVal && this.maForm.proId) { if (newVal && this.maForm.proId) {
// this.getAgreementId() this.getAgreementId()
// } else { } else {
// this.equipmentTypeList = [] this.equipmentTypeList = []
// } }
// }, },
// 'maForm.proId'(newVal) { 'maForm.proId'(newVal) {
// console.log("ppppppppppppppppppppppp",newVal) console.log('🚀 ~ maForm.proId:', newVal)
// if (newVal && this.maForm.teamId) { if (newVal && this.maForm.teamId) {
// this.getAgreementId() this.getAgreementId()
// } else { } else {
// this.equipmentTypeList = [] this.equipmentTypeList = []
// } }
// } }
// }, },
methods: { methods: {
// id // id
async getAgreementId() { async getAgreementId() {