Commit 0d9f1137 by caoyanzhi

添加一个注释

parent 192300b5
......@@ -110,6 +110,7 @@
* 需要实现标签组中添加标签的功能
* 切换标签组之间关系(剔除、或者)的功能
* 解决add-tag-view中的一个SyntaxError错误
* #/member-tag
* */
import navCrumb from '@/components/nav/nav.vue';
import addTagView from '@/components/addTagView.vue';
......@@ -718,7 +719,6 @@ export default {
const that = this;
let localData = sessionStorage.getItem('selectTempTag');
if (!!localData) {
// that.selectedTagData = JSON.parse(localData);
that.ruleForm.selectedTag = JSON.parse(localData);
setTimeout(function() {
that.selectedTagData = JSON.parse(localData);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment