File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ export default {
104
104
this .$modal .msgSuccess (" 新增成功" );
105
105
this .dialogVisible = false ;
106
106
this .$emit (' success' );
107
+ // TODO @puhui999:少了一个空格
107
108
}finally {
108
109
this .formLoading = false ;
109
110
}
Original file line number Diff line number Diff line change 7
7
<el-input v-model =" formData.name" placeholder =" 请输入名字" />
8
8
</el-form-item >
9
9
<el-form-item label =" 父级编号" prop =" parentId" >
10
+ <!-- TODO puhui999:这里下面应该是 2 个空格 -->
10
11
<TreeSelect
11
12
v-model =" formData.parentId"
12
13
:options =" demo02CategoryTree"
@@ -71,6 +72,7 @@ export default {
71
72
}
72
73
}
73
74
this .title = " 新增示例分类" ;
75
+ // TODO @puhui999:这里少了一个 await
74
76
this .getDemo02CategoryTree ();
75
77
},
76
78
/** 提交按钮 */
Original file line number Diff line number Diff line change 37
37
<right-toolbar :showSearch.sync =" showSearch" @queryTable =" getList" ></right-toolbar >
38
38
</el-row >
39
39
40
+ <!-- TODO puhui999:这里下面应该是 2 个空格 -->
40
41
<el-table
41
42
v-loading =" loading"
42
43
:data =" list"
You can’t perform that action at this time.
0 commit comments