فهرست منبع

优化全选input

jiangfeng 5 سال پیش
والد
کامیت
0c2d9be59c
2فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 0
      ghsApp/src/components/module/app-commodity.vue
  2. 0 1
      ghsApp/src/mixins/allSelectInput.js

+ 1 - 0
ghsApp/src/components/module/app-commodity.vue

@@ -98,6 +98,7 @@ export default {
 			this.$emit("del", this.info);
 			this.$emit("del", this.info);
 		},
 		},
 		async changePriceEvent(event) {
 		async changePriceEvent(event) {
+			this.isFocus = false;
 			let self = this
 			let self = this
 			await changePriceByIdApi({
 			await changePriceByIdApi({
 				productId: this.info.id,
 				productId: this.info.id,

+ 0 - 1
ghsApp/src/mixins/allSelectInput.js

@@ -1,7 +1,6 @@
 export default {
 export default {
 	data() {
 	data() {
 		return {
 		return {
-
 			isActive: false,
 			isActive: false,
 			isFocus: false,
 			isFocus: false,
 		};
 		};