|
@@ -342,7 +342,7 @@ export default {
|
|
|
getList() {
|
|
getList() {
|
|
|
this.loading = true;
|
|
this.loading = true;
|
|
|
listWorkarea(this.queryParams).then((response) => {
|
|
listWorkarea(this.queryParams).then((response) => {
|
|
|
- console.log(response, "获取工作取区域allList");
|
|
|
|
|
|
|
+ console.log(response, "获取工作取区域allList ");
|
|
|
this.workareaList = response.data.records;
|
|
this.workareaList = response.data.records;
|
|
|
this.total = response.data.total;
|
|
this.total = response.data.total;
|
|
|
this.loading = false;
|
|
this.loading = false;
|