护理站商品

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

View File

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