“yueshang” %!s(int64=2) %!d(string=hai) anos
pai
achega
9788d5d3a8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/unitorg/emp/index.vue

+ 1 - 1
src/views/unitorg/emp/index.vue

@@ -793,7 +793,7 @@ export default {
       this.loading = true;
       // 执行查询
       // if (this.sjjg !== null && this.sjjg !== undefined) {    //屏蔽后数据不转圈了
-      // this.queryParams.sjjg = this.sjjg     暂时屏蔽
+      this.queryParams.sjjg = this.sjjg     //暂时屏蔽
       getEmpPage(this.queryParams).then((response) => {
         this.list = response.data.list ? response.data.list : [];
         this.total = response.data.total ? response.data.total : 0;