File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ export default {
104104 this .$modal .msgSuccess (" 新增成功" );
105105 this .dialogVisible = false ;
106106 this .$emit (' success' );
107+ // TODO @puhui999:少了一个空格
107108 }finally {
108109 this .formLoading = false ;
109110 }
Original file line number Diff line number Diff line change 77 <el-input v-model =" formData.name" placeholder =" 请输入名字" />
88 </el-form-item >
99 <el-form-item label =" 父级编号" prop =" parentId" >
10+ <!-- TODO puhui999:这里下面应该是 2 个空格 -->
1011 <TreeSelect
1112 v-model =" formData.parentId"
1213 :options =" demo02CategoryTree"
@@ -71,6 +72,7 @@ export default {
7172 }
7273 }
7374 this .title = " 新增示例分类" ;
75+ // TODO @puhui999:这里少了一个 await
7476 this .getDemo02CategoryTree ();
7577 },
7678 /** 提交按钮 */
Original file line number Diff line number Diff line change 3737 <right-toolbar :showSearch.sync =" showSearch" @queryTable =" getList" ></right-toolbar >
3838 </el-row >
3939
40+ <!-- TODO puhui999:这里下面应该是 2 个空格 -->
4041 <el-table
4142 v-loading =" loading"
4243 :data =" list"
You can’t perform that action at this time.
0 commit comments