This commit is contained in:
qijq 2025-06-23 16:47:25 +08:00
parent c709db096c
commit b6794db4ef

View File

@ -597,7 +597,7 @@
<el-button <el-button
class="btn" class="btn"
type="danger" type="danger"
v-if="form.signed_status <= 0"
@click="getMerchApproval(2)" @click="getMerchApproval(2)"
> >
驳回审核 驳回审核
@ -1067,7 +1067,6 @@ export default {
if(e.includes("mapAddress") && !this.checkboxList.some(item => item === 'store_address')){ if(e.includes("mapAddress") && !this.checkboxList.some(item => item === 'store_address')){
this.checkboxList = ['store_address',...this.checkboxList]; this.checkboxList = ['store_address',...this.checkboxList];
} }
console.log(this.checkboxList) console.log(this.checkboxList)