更新
This commit is contained in:
parent
2f934876b0
commit
b4000adbe9
@ -291,7 +291,7 @@
|
||||
<el-button type="primary" size="large" @click="InitiateContract"
|
||||
>确认创建</el-button
|
||||
>
|
||||
<el-button type="info" size="large" @click="offPop">返回</el-button>
|
||||
<el-button type="info" size="large" @click="offInitiateContractPop">返回</el-button>
|
||||
</p>
|
||||
</el-dialog>
|
||||
<el-dialog v-model="showPop" @close="offPop">
|
||||
@ -348,8 +348,8 @@ const offPop = () => {
|
||||
const InitiateContractPop = ref(false)
|
||||
const showInitiateContractPop = ref(false)
|
||||
const offInitiateContractPop = () => {
|
||||
showPop.value = false
|
||||
showConctactPop.value = false
|
||||
showInitiateContractPop.value = false
|
||||
InitiateContractPop.value = false
|
||||
}
|
||||
// 创建合同的id
|
||||
const contractId = ref('')
|
||||
@ -391,8 +391,8 @@ const getDetails = async (id: any) => {
|
||||
const showChangeCompany = (row: any) => {
|
||||
contractId.value = row.id
|
||||
getDetails(row.id)
|
||||
showPop.value = true
|
||||
// ShowInitiateContractPop();
|
||||
// showPop.value = true
|
||||
ShowInitiateContractPop()
|
||||
}
|
||||
|
||||
const ShowInitiateContractPop = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user