|
@@ -38,7 +38,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import { list, change, remove, copy } from '@/api/registration/lottery'
|
|
|
+import { list, change, remove } from '@/api/registration/lottery'
|
|
|
import { disabledMixin, currentMixin } from '@/mixin/index'
|
|
|
export default {
|
|
|
mixins: [disabledMixin, currentMixin],
|
|
@@ -126,12 +126,6 @@ export default {
|
|
|
copyId: id
|
|
|
}
|
|
|
})
|
|
|
- // copy(id).then(res => {
|
|
|
- // if (res.code === 0) {
|
|
|
- // this.$message.success(`复制成功!`)
|
|
|
- // this.getList()
|
|
|
- // }
|
|
|
- // })
|
|
|
},
|
|
|
|
|
|
// 字典翻译
|