瀏覽代碼

no message

DESKTOP-O04BTUJ\muzen 2 年之前
父節點
當前提交
24032e7802
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/registration/lotteryStat/index.vue

+ 0 - 1
src/views/registration/lotteryStat/index.vue

@@ -97,7 +97,6 @@ export default {
       this.loading = true
       list(this.form).then(res => {
         if (res.code === 0) {
-          console.log(res);
           this.tableData = res.data.records
           this.total = res.data.total
           this.loading = false