guoshilong
2022-11-23 998b75f0d4aaed03001ec4246cd4f3b4b0743b7e
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(){