safecheck-client 3.0.39-101 → 3.0.39-102
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.39-
|
|
4
|
+
"version": "3.0.39-102",
|
|
5
5
|
"description": "安检模块 前端组件",
|
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
|
7
7
|
"license": "ISC",
|
|
@@ -104,13 +104,13 @@
|
|
|
104
104
|
"sinon-chai": "^2.8.0",
|
|
105
105
|
"style": "0.0.3",
|
|
106
106
|
"style-loader": "^0.20.3",
|
|
107
|
-
"system-clients": "3.2.
|
|
107
|
+
"system-clients": "3.2.61",
|
|
108
108
|
"system-phone": "1.2.100",
|
|
109
109
|
"telephone-clients": "1.1.27",
|
|
110
110
|
"terser-webpack-plugin-legacy": "^1.2.5",
|
|
111
111
|
"url-loader": "^0.5.7",
|
|
112
112
|
"vue-amap": "0.5.10",
|
|
113
|
-
"vue-client": "1.
|
|
113
|
+
"vue-client": "1.24.85",
|
|
114
114
|
"vue-hot-reload-api": "^1.2.0",
|
|
115
115
|
"vue-html-loader": "^1.0.0",
|
|
116
116
|
"vue-loader": "^8.2.1",
|
|
@@ -206,6 +206,7 @@ export default {
|
|
|
206
206
|
this.busy = false
|
|
207
207
|
if (res2.data.code == 200) {
|
|
208
208
|
this.$showMessage("取消该用户限制购气成功!")
|
|
209
|
+
this.$dispatch('confirm')
|
|
209
210
|
} else {
|
|
210
211
|
this.$showMessage("网络异常,请稍后再试!")
|
|
211
212
|
}
|
|
@@ -261,8 +262,10 @@ export default {
|
|
|
261
262
|
this.busy = false
|
|
262
263
|
if (res2.data.code == 200) {
|
|
263
264
|
this.$showMessage("将该用户限制购气成功!")
|
|
265
|
+
this.$dispatch('confirm')
|
|
264
266
|
} else if (res2.data.msg == '数据增加重复') {
|
|
265
267
|
this.$showMessage("该用户已被限制购气,请勿重复提交!")
|
|
268
|
+
this.$dispatch('confirm')
|
|
266
269
|
} else {
|
|
267
270
|
this.$showMessage("网络异常,请稍后再试!")
|
|
268
271
|
}
|