工程合并
This commit is contained in:
parent
67ec45b7ea
commit
6c36d1646b
|
|
@ -0,0 +1,15 @@
|
||||||
|
<template>
|
||||||
|
<div class="app-container">工程合并</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {}
|
||||||
|
},
|
||||||
|
created() {},
|
||||||
|
methods: {}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped></style>
|
||||||
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue