-
+
{{ item }}
等{{ form.girdList.length }}个
-
请选择
-
{{ form.wxGroups.length ? '重新选择' : '选择' }}
+
请选择
+
{{ form.rangeList.length ? '重新选择' : '选择' }}
@@ -92,15 +85,15 @@
return {
info: {},
form: {
- title: '',
- content: '',
- areaId: '',
+ merchandiseName: '',
+ merchandiseIntegral: '',
+ merchandiseNumber: '',
wxGroupsName: '',
createUnitName: '',
- wxGroups: [],
+ rangeList: [],
createUserName: '',
- status: '',
- thumbUrl: []
+ visibleRange: '',
+ imageUrl: []
},
girdList: [],
cropOps: {
diff --git a/project/pidu/app/AppGoods/components/List.vue b/project/pidu/app/AppGoods/components/List.vue
index b2b70e09..1ce006fd 100644
--- a/project/pidu/app/AppGoods/components/List.vue
+++ b/project/pidu/app/AppGoods/components/List.vue
@@ -138,7 +138,7 @@
methods: {
getList () {
- this.instance.post(`/app/appepidemicpreventionregisterinfo/list`, null, {
+ this.instance.post(`/app/appintegralmerchandise/list`, null, {
params: {
...this.search,
arriveAreaId: this.search.arriveAreaId,
@@ -164,7 +164,7 @@
remove (id) {
this.$confirm('确定删除该数据?').then(() => {
- this.instance.post(`/app/appepidemicpreventionregisterinfo/delete?id=${id}`).then(res => {
+ this.instance.post(`/app/appintegralmerchandise/delete?id=${id}`).then(res => {
if (res.code == 0) {
this.$message.success('删除成功!')
this.getList()