护理站商品

This commit is contained in:
闫晓茹 2022-11-11 10:56:24 +08:00
parent afeed79697
commit f79e3c6c9c
2 changed files with 4 additions and 2 deletions

View File

@ -499,6 +499,7 @@ import {
import editor from "@/components/Editor";
import { getListByUser } from "@/api/system/userlist.js";
import stationAcatar from "../stationAvatar/index.vue";
import baseurl from "@/api/baseurl.js";
export default {
components: { stationAcatar, editor },
@ -506,6 +507,7 @@ export default {
data() {
return {
imgone: "",
imageUrl: "", //
value: "",
datas: null,
@ -742,7 +744,7 @@ export default {
this.innerVisible = false;
},
handleQuery2() {
this.getListByUserquery.pageNum = 1;
// this.getListByUserquery.pageNum = 1;
this.info();
},
// getList2(){

View File

@ -744,7 +744,7 @@ export default {
this.innerVisible = false;
},
handleQuery2() {
this.getListByUserquery.pageNum = 1;
// this.getListByUserquery.pageNum = 1;
this.info();
},
// getList2(){