xiebin
2022-10-09 85516fee32a60da175e88a9bea5e0d1935bc050f
src/views/taskinfo/taskplanUser.vue
@@ -22,6 +22,7 @@
          size="small"
          icon="el-icon-back"
          plain
          type="success"
          @click="handleBack">返 回
        </el-button>
        <el-button type="primary"
@@ -160,6 +161,7 @@
            this.form = res.data.data;
          });
        }
        this.getUserList();
        done();
      },
      searchReset() {
@@ -200,7 +202,6 @@
          this.data = data.records;
          this.loading = false;
          this.selectionClear();
        });
      },
      getUserList(){