fix standard error
This commit is contained in:
parent
8bf4ad9e86
commit
3f34dad873
@ -34,7 +34,7 @@
|
|||||||
import Donatebar from '@/components/common/donate-bar'
|
import Donatebar from '@/components/common/donate-bar'
|
||||||
import DatePicker from 'vuejs-datepicker'
|
import DatePicker from 'vuejs-datepicker'
|
||||||
import {toInt} from '@/tools'
|
import {toInt} from '@/tools'
|
||||||
import {mapGetters, mapMutations, mapActions} from 'vuex'
|
import {mapMutations, mapActions} from 'vuex'
|
||||||
export default {
|
export default {
|
||||||
name: 'OpaySetting',
|
name: 'OpaySetting',
|
||||||
components: {
|
components: {
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</sui-form-field>
|
</sui-form-field>
|
||||||
</sui-form>
|
</sui-form>
|
||||||
</sui-segment>
|
</sui-segment>
|
||||||
<OpaySetting v-if="channel.oapyid !== ''" :setting="channel.opaySetting" />
|
<OpaySetting v-if="channel.oapyid !== ''" :setting="channel.opaySetting" />
|
||||||
</sui-container>
|
</sui-container>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@ const errorCatch = function (err, act) {
|
|||||||
} else {
|
} else {
|
||||||
msg = 'unknown error'
|
msg = 'unknown error'
|
||||||
}
|
}
|
||||||
console.log('error catch :::: ', this)
|
|
||||||
this('addDialog', {
|
this('addDialog', {
|
||||||
msg,
|
msg,
|
||||||
act
|
act
|
||||||
|
Loading…
Reference in New Issue
Block a user