achao 2 năm trước cách đây
mục cha
commit
fc7b175520

+ 3 - 3
src/views/taskManagement/tranManagementWarehouseInOutTaskAdd.vue

@@ -529,7 +529,7 @@
 				Pricetype:true,//价格类型为随行就市隐藏单价
 			}
 		},
-		activated() {debugger
+		activated() {
 			this.getList()
 			var num=0
 			this.goods=''
@@ -1789,7 +1789,7 @@
 				localStorage.removeItem('goodsNameKey')
 				localStorage.removeItem('weight')
 			},
-			tasktypechange(e) {debugger
+			tasktypechange(e) {
 				localStorage.setItem('taskTypeKey',e)
 				console.log('localStorage.getItem(\'taskTypeKey\')',localStorage.getItem('taskTypeKey'))
 				
@@ -1827,7 +1827,7 @@
 				var Rand = Math.random()
 				return Min + Math.round(Rand * Range)
 			},
-			getList() {debugger
+			getList() {
 				if(localStorage.getItem('taskTypeKey')){
 					this.dataList.taskTypeKey =localStorage.getItem('taskTypeKey')
 				}