护理站商品
This commit is contained in:
parent
afeed79697
commit
f79e3c6c9c
@ -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(){
|
||||||
|
|||||||
@ -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(){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user