瀏覽代碼

分类/项目管理修改

yanshichao 1 年之前
父節點
當前提交
bc84342c44
共有 1 個文件被更改,包括 0 次插入4 次删除
  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("开始时间不能超过结束时间")