safecheck-client 3.0.35-gongyi-11 → 3.0.35-gongyi-12
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "safecheck-client",
|
3
3
|
"//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
|
4
|
-
"version": "3.0.35-gongyi-
|
4
|
+
"version": "3.0.35-gongyi-12",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
@@ -143,6 +143,7 @@
|
|
143
143
|
:width="'60%'"
|
144
144
|
v-model="model.f_plan_name"
|
145
145
|
condition="f_plan_name like '%{}%'"
|
146
|
+
:value-single="true"
|
146
147
|
close-on-select clear-button>
|
147
148
|
</v-select>
|
148
149
|
</div>
|
@@ -890,6 +891,7 @@
|
|
890
891
|
this.tempSaveCount = 0
|
891
892
|
this.doneCount = 0
|
892
893
|
this.allPlanCount = 0
|
894
|
+
let condition = ''
|
893
895
|
if(this.$refs.paged.$refs.cri.model.f_plan_name)
|
894
896
|
condition += " and f_plan_name like '%"+this.$refs.paged.$refs.cri.model.f_plan_name +"%'"
|
895
897
|
let criteria = {
|