取消applyStatus/whetherSetSignPwd两个接口

This commit is contained in:
dengxin
2024-02-04 16:11:12 +08:00
parent 7c9769466f
commit d4dda18720
8 changed files with 978 additions and 1018 deletions

View File

@@ -335,10 +335,12 @@ export default {
);
},
checkStatus(){
applyStatus().then(res=>{
this.companyContractOn=res.data.data.contractOn;//电子合同是否启用0=未启用 1=已启用
this.conpanySealOn=res.data.data.sealOn;//电子签章是否设置0=未设置,1=等待审核2=已设置
})
this.companyContractOn = 0;//电子合同是否启用0=未启用
this.conpanySealOn = 0;//电子签章是否设置0=未设置,1=等待审核2=已设置
// applyStatus().then(res=>{
// this.companyContractOn=res.data.data.contractOn;//电子合同是否启用0=未启用 1=已启用
// this.conpanySealOn=res.data.data.sealOn;//电子签章是否设置0=未设置,1=等待审核2=已设置
// })
},
drawerClose(){
this.$emit('refresh');