|
@@ -467,7 +467,7 @@ export default {
|
|
|
res.indexname = index;
|
|
|
});
|
|
|
const res = that.FormData.UseList;
|
|
|
- that.FormData.UseLists = res;
|
|
|
+ that.FormData.UseLists = JSON.parse(JSON.stringify(res));
|
|
|
const rel = that.FormData.Unuselist;
|
|
|
that.FormData.Unuselists = JSON.parse(JSON.stringify(rel));
|
|
|
that.Unuselist = that.FormData.Unuselist;
|