dev2 #1

Open
panjunjie wants to merge 174 commits from dev2 into main
Showing only changes of commit b6794db4ef - Show all commits

View File

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