From ba77fdc6a30c9ad0941e40319f8c4f6fe6fdf9f1 Mon Sep 17 00:00:00 2001
From: cuilei <ray_tsu1@163.com>
Date: 星期四, 07 八月 2025 10:30:42 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/components/jeecgbiz/JSelectFactory.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/components/jeecgbiz/JSelectFactory.vue b/src/components/jeecgbiz/JSelectFactory.vue
index 1af1e2f..927778e 100644
--- a/src/components/jeecgbiz/JSelectFactory.vue
+++ b/src/components/jeecgbiz/JSelectFactory.vue
@@ -59,7 +59,7 @@
type: String,
default: ''
},
- backProduction: {
+ backFactory: {
type: Boolean,
default: false,
required: false
@@ -116,8 +116,8 @@
this.textVals = textVals
},
//杩斿洖閫変腑鐨勮溅闂翠俊鎭�
- backProductInfo(){
- if(this.backProduction===true){
+ backFactoryInfo(){
+ if(this.backFactory===true){
if(this.storeVals && this.storeVals.length>0){
let arr1 = this.storeVals.split(',')
let arr2 = this.textVals.split(',')
@@ -150,9 +150,9 @@
this.textVals = arr2.join(',')
}
this.$emit("change", this.storeVals)
- this.backProductInfo()
+ this.backFactoryInfo()
},
-
+
handleEmpty(){
this.handleOK('')
}
--
Gitblit v1.9.3