护理站商品
This commit is contained in:
parent
afeed79697
commit
f79e3c6c9c
@ -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(){
|
||||
|
||||
@ -744,7 +744,7 @@ export default {
|
||||
this.innerVisible = false;
|
||||
},
|
||||
handleQuery2() {
|
||||
this.getListByUserquery.pageNum = 1;
|
||||
// this.getListByUserquery.pageNum = 1;
|
||||
this.info();
|
||||
},
|
||||
// getList2(){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user