lilei 1 rok temu
rodzic
commit
2b6a39462d

+ 1 - 0
pagesA/qualityPolicy/creatCarInfo.vue

@@ -93,6 +93,7 @@
 			this.focusInput = ret&&ret=="inputCode"
 		},
 		onHide() {
+			this.tempImg = ''
 			this.$store.state.vuex_tempData = null
 		},
 		methods: {

+ 1 - 0
pagesA/qualityPolicy/creatCustomInfo.vue

@@ -264,6 +264,7 @@
 						title: res.message
 					})
 					if(res.status == 200){
+						this.$store.state.vuex_tempData = null
 						uni.redirectTo({
 							url: "/pagesA/qualityPolicy/resultOrder"
 						})