update
This commit is contained in:
parent
c709db096c
commit
b6794db4ef
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user