Ver Fonte

分类/项目管理修改

yanshichao há 1 ano atrás
pai
commit
bc84342c44
1 ficheiros alterados com 0 adições e 4 exclusões
  1. 0 4
      src/views/task/view.vue

+ 0 - 4
src/views/task/view.vue

@@ -441,10 +441,6 @@ export default {
       this.$set(this.queryParams, 'endDate', DateUtil.afterDay(null, 15))
       this.getList()
     },
-    selectProjectChange(val) {
-      this.queryParams.projectId = val[val.length - 1]
-      this.getList()
-    },
     getList() {
       if (DateUtil.unix(this.queryParams.startDate) > DateUtil.unix(this.queryParams.endDate)) {
         this.$message.warning("开始时间不能超过结束时间")