|
@@ -164,7 +164,6 @@ export default {
|
|
|
handleConfirm() {
|
|
|
this.$confirm('确定打款吗?')
|
|
|
.then(async () => {
|
|
|
- if (!this.formData.type) return this.$message.error('请选择打款方式')
|
|
|
await applicationHandle({
|
|
|
withdrawalId: this.formData.withdrawalId,
|
|
|
withdrawalType: 1, // 1佣金
|