reedliuqing_i %!s(int64=5) %!d(string=hai) anos
pai
achega
42dce3bdf6
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/views/projectManage/version/list/index.vue

+ 1 - 2
src/views/projectManage/version/list/index.vue

@@ -351,8 +351,7 @@ export default {
             this.tableData = res.data.list
             this.total = res.data.total
           } else {
-            this.tableData = null
-            this.$message.warning(res.msg)
+            this.tableData = []
           }
           this.loading = false
         })