This commit is contained in:
yanran200730
2022-01-19 16:57:06 +08:00
parent e5a693fd37
commit 51a3160947
2 changed files with 2 additions and 7 deletions

View File

@@ -363,6 +363,8 @@ const store = new Vuex.Store({
mode: "multi",
...params
}, res => {
console.log(111)
console.log(res)
if (res.err_msg == "selectPrivilegedContact:ok") {
if (typeof res.result == 'string') {
res.result = JSON.parse(res.result)