shish 3 anos atrás
pai
commit
df0f8e5ac8

+ 0 - 17
ghsApp/src/admin/changePrice/list.vue

@@ -200,28 +200,11 @@ export default {
 				this.modalCancel();
 				this.modalCancel();
 			}
 			}
 		},
 		},
-		change(e) {
-			if (this.tabIndex == e.index) {
-				return false;
-			} else {
-				uni.showLoading({ title: "加载中" })
-				this.tabIndex = e.index;
-				let type = "";
-				this.initData({ type, shopId: this.shopId,requestType:'hasStock' });
-			}
-		},
 		scrollTop() {},
 		scrollTop() {},
 		initProductInfo() {
 		initProductInfo() {
 			this.globalClassItemListContrapose = [];
 			this.globalClassItemListContrapose = [];
 			this.page = 1;
 			this.page = 1;
 			this.isMore = true;
 			this.isMore = true;
-		},
-		selectSussess(val) {
-			uni.showLoading({ title: "加载中" })
-			this.initProductInfo();
-			let type = "";
-			this.shopId = val.selectItem.id;
-			this.initData({ type, shopId: this.shopId,requestType:'hasStock'})
 		}
 		}
 	}
 	}
 };
 };

+ 1 - 2
ghsApp/src/admin/item/list.vue

@@ -126,8 +126,7 @@ export default {
 		if(this.option.warning){
 		if(this.option.warning){
 			this.warning = this.option.warning
 			this.warning = this.option.warning
 		}
 		}
-		this.initData({ type, shopId: this.shopId,status:this.status,delStatus:this.delStatus,warning:this.warning})
-
+		this.initData({ type, shopId: this.shopId,status:this.status,delStatus:this.delStatus,warning:this.warning,requestType:'itemList'})
 		let that = this
 		let that = this
 		getWeixinId().then(res => {
 		getWeixinId().then(res => {
 			that.getAppIdList = res.data
 			that.getAppIdList = res.data