safecheck-client 3.0.33-22 → 3.0.33-24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.33-22",
4
+ "version": "3.0.33-24",
5
5
  "description": "安检模块 前端组件",
6
6
  "author": "丁新 <417755458@qq.com>",
7
7
  "license": "ISC",
@@ -103,13 +103,13 @@
103
103
  "sketch-vue3": "^1.0.0",
104
104
  "style": "0.0.3",
105
105
  "style-loader": "^0.20.3",
106
- "system-clients": "3.1.71",
106
+ "system-clients": "3.2.87",
107
107
  "system-phone": "1.2.100",
108
108
  "telephone-clients": "1.1.27",
109
109
  "terser-webpack-plugin-legacy": "^1.2.5",
110
110
  "url-loader": "^0.5.7",
111
111
  "vue-amap": "0.5.10",
112
- "vue-client": "1.24.108",
112
+ "vue-client": "1.24.137",
113
113
  "vue-hot-reload-api": "^1.2.0",
114
114
  "vue-html-loader": "^1.0.0",
115
115
  "vue-loader": "^8.2.1",
@@ -747,7 +747,7 @@
747
747
  }
748
748
  }
749
749
  //检查安检下拉结果
750
- if (this.data[device][item].f_items[i].type == 'selector' || this.data[device][item].f_items[i].type == 'radio') {
750
+ if (this.data[device][item].f_items[i].type == 'selector' || this.data[device][item].f_items[i].type == 'radio' || this.data[device][item].f_items[i].type == 'checkbox') {
751
751
  if (this.data[device][item].f_items[i].f_is_defect == true && this.data[device][item].f_items[i].f_path == Vue.nopic) {
752
752
  return dev + (this.data[device].indexOf(this.data[device][item]) + 1) + this.data[device][item].f_items[i].f_item_name + this.data[device][item].f_items[i].f_item_value + "选中必须拍照"
753
753
  }